Searched refs:periods_max (Results 1 – 25 of 189) sorted by relevance
12345678
/Linux-v5.4/sound/usb/line6/ |
D | podhd.c | 70 .periods_max = 1024}, 87 .periods_max = 1024}, 112 .periods_max = 1024}, 132 .periods_max = 1024},
|
/Linux-v5.4/sound/drivers/ |
D | dummy.c | 110 unsigned int periods_max; member 160 .periods_max = 2, 170 .periods_max = 1024, 180 .periods_max = 255, 199 .periods_max = 8, 520 .periods_max = USE_PERIODS_MAX, 970 FIELD_ENTRY(periods_max, "%d"), 1078 if (m->periods_max) in snd_dummy_probe() 1079 dummy->pcm_hw.periods_max = m->periods_max; in snd_dummy_probe()
|
/Linux-v5.4/sound/soc/mxs/ |
D | mxs-pcm.c | 29 .periods_max = 52,
|
/Linux-v5.4/sound/soc/rockchip/ |
D | rockchip_pcm.c | 26 .periods_max = 52,
|
/Linux-v5.4/sound/soc/spear/ |
D | spear_pcm.c | 31 .periods_max = 8, /* max # of periods */
|
/Linux-v5.4/sound/pci/echoaudio/ |
D | darla20.c | 80 .periods_max = 220,
|
D | gina20.c | 84 .periods_max = 220,
|
D | darla24.c | 87 .periods_max = 220,
|
D | indigo.c | 89 .periods_max = 220,
|
D | indigodj.c | 89 .periods_max = 220,
|
D | indigodjx.c | 90 .periods_max = 220,
|
D | indigoio.c | 90 .periods_max = 220,
|
D | indigoiox.c | 91 .periods_max = 220,
|
D | layla20.c | 94 .periods_max = 220,
|
D | mia.c | 99 .periods_max = 220,
|
D | gina24.c | 107 .periods_max = 220,
|
D | layla24.c | 104 .periods_max = 220,
|
D | mona.c | 116 .periods_max = 220,
|
/Linux-v5.4/sound/soc/cirrus/ |
D | ep93xx-pcm.c | 34 .periods_max = 32,
|
/Linux-v5.4/sound/soc/ti/ |
D | edma-pcm.c | 31 .periods_max = 19, /* Limit by edma dmaengine driver */
|
D | sdma-pcm.c | 27 .periods_max = 255,
|
/Linux-v5.4/sound/soc/mediatek/common/ |
D | mtk-afe-fe-dai.c | 63 int periods_max = mtk_afe_hardware->periods_max; in mtk_afe_fe_startup() local 67 3, periods_max); in mtk_afe_fe_startup()
|
/Linux-v5.4/sound/soc/tegra/ |
D | tegra_pcm.c | 34 .periods_max = 8,
|
/Linux-v5.4/sound/soc/pxa/ |
D | mmp-pcm.c | 43 .periods_max = 32, 52 .periods_max = 32,
|
/Linux-v5.4/sound/pci/ctxfi/ |
D | ctpcm.c | 41 .periods_max = 1024, 63 .periods_max = 1024, 89 .periods_max = 1024,
|
12345678