Searched refs:period_bytes_max (Results 1 – 25 of 186) sorted by relevance
12345678
| /Linux-v5.4/sound/soc/pxa/ |
| D | mmp-pcm.c | 41 .period_bytes_max = 2048, 50 .period_bytes_max = 2048, 226 mmp_pcm_hardware[SNDRV_PCM_STREAM_PLAYBACK].period_bytes_max = in mmp_pcm_probe() 230 mmp_pcm_hardware[SNDRV_PCM_STREAM_CAPTURE].period_bytes_max = in mmp_pcm_probe()
|
| /Linux-v5.4/sound/usb/line6/ |
| D | podhd.c | 68 .period_bytes_max = 8192, 85 .period_bytes_max = 8192, 110 .period_bytes_max = 8192, 130 .period_bytes_max = 8192,
|
| /Linux-v5.4/sound/soc/mxs/ |
| D | mxs-pcm.c | 27 .period_bytes_max = 8192,
|
| /Linux-v5.4/sound/soc/rockchip/ |
| D | rockchip_pcm.c | 24 .period_bytes_max = 8192,
|
| /Linux-v5.4/sound/soc/spear/ |
| D | spear_pcm.c | 29 .period_bytes_max = 2 * 1024, /* maximum period size */
|
| /Linux-v5.4/sound/soc/cirrus/ |
| D | ep93xx-pcm.c | 32 .period_bytes_max = 32768,
|
| /Linux-v5.4/sound/pci/echoaudio/ |
| D | darla20.c | 78 .period_bytes_max = 131072,
|
| D | gina20.c | 82 .period_bytes_max = 131072,
|
| D | darla24.c | 85 .period_bytes_max = 131072,
|
| D | indigo.c | 87 .period_bytes_max = 131072,
|
| D | indigodj.c | 87 .period_bytes_max = 131072,
|
| D | indigodjx.c | 88 .period_bytes_max = 131072,
|
| D | indigoio.c | 88 .period_bytes_max = 131072,
|
| D | indigoiox.c | 89 .period_bytes_max = 131072,
|
| D | layla20.c | 92 .period_bytes_max = 131072,
|
| D | mia.c | 97 .period_bytes_max = 131072,
|
| D | gina24.c | 105 .period_bytes_max = 131072,
|
| D | layla24.c | 102 .period_bytes_max = 131072,
|
| D | mona.c | 114 .period_bytes_max = 131072,
|
| D | echo3g.c | 101 .period_bytes_max = 131072,
|
| /Linux-v5.4/sound/soc/ti/ |
| D | edma-pcm.c | 29 .period_bytes_max = 64 * 1024,
|
| D | sdma-pcm.c | 24 .period_bytes_max = 64 * 1024,
|
| /Linux-v5.4/sound/isa/sb/ |
| D | sb16_main.c | 476 .period_bytes_max = (128*1024), 494 .period_bytes_max = (128*1024), 527 runtime->hw.period_bytes_max = 64 * 1024; in snd_sb16_playback_open() 545 runtime->hw.period_bytes_max = 64 * 1024; in snd_sb16_playback_open() 602 runtime->hw.period_bytes_max = 64 * 1024; in snd_sb16_capture_open() 620 runtime->hw.period_bytes_max = 64 * 1024; in snd_sb16_capture_open()
|
| /Linux-v5.4/sound/soc/tegra/ |
| D | tegra_pcm.c | 32 .period_bytes_max = PAGE_SIZE,
|
| /Linux-v5.4/sound/pci/ctxfi/ |
| D | ctpcm.c | 39 .period_bytes_max = (128*1024), 61 .period_bytes_max = (128*1024), 87 .period_bytes_max = (64*1024),
|
12345678