Searched refs:periods_max (Results 1 – 25 of 184) sorted by relevance
12345678
/Linux-v4.19/sound/usb/line6/ |
D | podhd.c | 91 .periods_max = 1024}, 108 .periods_max = 1024}, 133 .periods_max = 1024}, 153 .periods_max = 1024},
|
/Linux-v4.19/sound/drivers/ |
D | dummy.c | 124 unsigned int periods_max; member 174 .periods_max = 2, 184 .periods_max = 1024, 194 .periods_max = 255, 213 .periods_max = 8, 534 .periods_max = USE_PERIODS_MAX, 984 FIELD_ENTRY(periods_max, "%d"), 1098 if (m->periods_max) in snd_dummy_probe() 1099 dummy->pcm_hw.periods_max = m->periods_max; in snd_dummy_probe()
|
/Linux-v4.19/sound/soc/rockchip/ |
D | rockchip_pcm.c | 28 .periods_max = 52,
|
/Linux-v4.19/sound/soc/mxs/ |
D | mxs-pcm.c | 42 .periods_max = 52,
|
/Linux-v4.19/sound/soc/davinci/ |
D | edma-pcm.c | 40 .periods_max = 19, /* Limit by edma dmaengine driver */
|
/Linux-v4.19/sound/soc/spear/ |
D | spear_pcm.c | 31 .periods_max = 8, /* max # of periods */
|
/Linux-v4.19/sound/pci/echoaudio/ |
D | darla20.c | 92 .periods_max = 220,
|
D | gina20.c | 96 .periods_max = 220,
|
D | darla24.c | 99 .periods_max = 220,
|
D | indigodjx.c | 102 .periods_max = 220,
|
D | indigoio.c | 102 .periods_max = 220,
|
D | indigo.c | 101 .periods_max = 220,
|
D | indigodj.c | 101 .periods_max = 220,
|
D | indigoiox.c | 103 .periods_max = 220,
|
D | layla20.c | 106 .periods_max = 220,
|
D | mia.c | 111 .periods_max = 220,
|
D | gina24.c | 119 .periods_max = 220,
|
D | layla24.c | 116 .periods_max = 220,
|
D | mona.c | 128 .periods_max = 220,
|
D | echo3g.c | 115 .periods_max = 220,
|
/Linux-v4.19/sound/soc/cirrus/ |
D | ep93xx-pcm.c | 37 .periods_max = 32,
|
/Linux-v4.19/sound/soc/mediatek/common/ |
D | mtk-afe-fe-dai.c | 64 int periods_max = mtk_afe_hardware->periods_max; in mtk_afe_fe_startup() local 68 3, periods_max); in mtk_afe_fe_startup()
|
/Linux-v4.19/sound/soc/tegra/ |
D | tegra_pcm.c | 48 .periods_max = 8,
|
/Linux-v4.19/sound/soc/pxa/ |
D | mmp-pcm.c | 48 .periods_max = 32, 57 .periods_max = 32,
|
/Linux-v4.19/sound/soc/omap/ |
D | sdma-pcm.c | 28 .periods_max = 255,
|
12345678