Searched refs:periods_max (Results 1 – 25 of 215) sorted by relevance
123456789
/linux-6.12.1/sound/drivers/ |
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"), 1064 if (m->periods_max) in snd_dummy_probe() 1065 dummy->pcm_hw.periods_max = m->periods_max; in snd_dummy_probe()
|
/linux-6.12.1/sound/soc/amd/acp/ |
D | acp-platform.c | 47 .periods_max = PLAYBACK_MAX_NUM_PERIODS, 68 .periods_max = CAPTURE_MAX_NUM_PERIODS, 88 .periods_max = PLAYBACK_MAX_NUM_PERIODS, 108 .periods_max = CAPTURE_MAX_NUM_PERIODS,
|
/linux-6.12.1/sound/usb/line6/ |
D | podhd.c | 73 .periods_max = 1024}, 90 .periods_max = 1024}, 115 .periods_max = 1024}, 135 .periods_max = 1024},
|
/linux-6.12.1/sound/soc/cirrus/ |
D | ep93xx-pcm.c | 32 .periods_max = 32,
|
/linux-6.12.1/sound/soc/mxs/ |
D | mxs-pcm.c | 29 .periods_max = 52,
|
/linux-6.12.1/sound/soc/ti/ |
D | udma-pcm.c | 26 .periods_max = UINT_MAX,
|
D | edma-pcm.c | 31 .periods_max = 19, /* Limit by edma dmaengine driver */
|
D | sdma-pcm.c | 27 .periods_max = 255,
|
/linux-6.12.1/sound/soc/spear/ |
D | spear_pcm.c | 31 .periods_max = 8, /* max # of periods */
|
/linux-6.12.1/sound/pci/ctxfi/ |
D | ctpcm.c | 41 .periods_max = 1024, 63 .periods_max = 1024, 89 .periods_max = 1024,
|
/linux-6.12.1/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 | indigodj.c | 89 .periods_max = 220,
|
D | indigoio.c | 90 .periods_max = 220,
|
D | indigodjx.c | 90 .periods_max = 220,
|
D | indigo.c | 89 .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 | layla24.c | 104 .periods_max = 220,
|
D | gina24.c | 107 .periods_max = 220,
|
D | mona.c | 116 .periods_max = 220,
|
D | echo3g.c | 103 .periods_max = 220,
|
/linux-6.12.1/sound/soc/fsl/ |
D | lpc3xxx-pcm.c | 44 .periods_max = 1024,
|
123456789