Searched refs:periods_max (Results 1 - 25 of 411) sorted by relevance
12345678910>>...17
/kernel/linux/linux-5.10/sound/drivers/ |
H A 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, 958 FIELD_ENTRY(periods_max, "%d"), 1066 if (m->periods_max) in snd_dummy_probe() 1067 dummy->pcm_hw.periods_max = m->periods_max; in snd_dummy_probe() [all...] |
/kernel/linux/linux-6.6/sound/drivers/ |
H A D | dummy.c | 117 unsigned int periods_max; member 167 .periods_max = 2, 177 .periods_max = 1024, 187 .periods_max = 255, 206 .periods_max = 8, 527 .periods_max = USE_PERIODS_MAX, 957 FIELD_ENTRY(periods_max, "%d"), 1065 if (m->periods_max) in snd_dummy_probe() 1066 dummy->pcm_hw.periods_max = m->periods_max; in snd_dummy_probe() [all...] |
/kernel/linux/linux-5.10/sound/usb/line6/ |
H A D | podhd.c | 73 .periods_max = 1024}, 90 .periods_max = 1024}, 115 .periods_max = 1024}, 135 .periods_max = 1024},
|
/kernel/linux/linux-6.6/sound/usb/line6/ |
H A D | podhd.c | 73 .periods_max = 1024}, 90 .periods_max = 1024}, 115 .periods_max = 1024}, 135 .periods_max = 1024},
|
/kernel/linux/linux-5.10/sound/soc/rockchip/ |
H A D | rockchip_pcm.c | 26 .periods_max = 52,
|
/kernel/linux/linux-5.10/sound/soc/ti/ |
H A D | udma-pcm.c | 26 .periods_max = UINT_MAX,
|
H A D | edma-pcm.c | 31 .periods_max = 19, /* Limit by edma dmaengine driver */
|
H A D | sdma-pcm.c | 27 .periods_max = 255,
|
/kernel/linux/linux-5.10/sound/soc/mxs/ |
H A D | mxs-pcm.c | 29 .periods_max = 52,
|
/kernel/linux/linux-6.6/sound/soc/ti/ |
H A D | udma-pcm.c | 26 .periods_max = UINT_MAX,
|
H A D | edma-pcm.c | 31 .periods_max = 19, /* Limit by edma dmaengine driver */
|
/kernel/linux/linux-6.6/sound/soc/mxs/ |
H A D | mxs-pcm.c | 29 .periods_max = 52,
|
/kernel/linux/linux-5.10/sound/soc/cirrus/ |
H A D | ep93xx-pcm.c | 34 .periods_max = 32,
|
/kernel/linux/linux-5.10/sound/soc/spear/ |
H A D | spear_pcm.c | 31 .periods_max = 8, /* max # of periods */
|
/kernel/linux/linux-6.6/sound/soc/spear/ |
H A D | spear_pcm.c | 31 .periods_max = 8, /* max # of periods */
|
/kernel/linux/linux-6.6/sound/soc/cirrus/ |
H A D | ep93xx-pcm.c | 34 .periods_max = 32,
|
/kernel/linux/linux-5.10/sound/soc/pxa/ |
H A D | mmp-pcm.c | 43 .periods_max = 32, 52 .periods_max = 32,
|
/kernel/linux/linux-5.10/sound/pci/echoaudio/ |
H A D | indigoiox.c | 91 .periods_max = 220,
|
H A D | indigoio.c | 90 .periods_max = 220,
|
H A D | indigodjx.c | 90 .periods_max = 220,
|
H A D | indigodj.c | 89 .periods_max = 220,
|
H A D | indigo.c | 89 .periods_max = 220,
|
H A D | darla24.c | 87 .periods_max = 220, 89 supports lists longer than this. In this case periods_max=220 is a
|
H A D | darla20.c | 80 .periods_max = 220, 82 supports lists longer than this. In this case periods_max=220 is a
|
H A D | gina20.c | 84 .periods_max = 220, 86 supports lists longer than this. In this case periods_max=220 is a
|
Completed in 9 milliseconds
12345678910>>...17