Searched refs:periods_max (Results 1 – 25 of 221) sorted by relevance
123456789
| /linux/sound/soc/amd/acp/ |
| H A D | acp-platform.c | 46 .periods_max = PLAYBACK_MAX_NUM_PERIODS, 67 .periods_max = CAPTURE_MAX_NUM_PERIODS, 87 .periods_max = PLAYBACK_MAX_NUM_PERIODS, 107 .periods_max = CAPTURE_MAX_NUM_PERIODS,
|
| /linux/sound/drivers/ |
| H A D | dummy.c | 118 unsigned int periods_max; member 168 .periods_max = 2, 178 .periods_max = 1024, 188 .periods_max = 255, 207 .periods_max = 8, 523 .periods_max = USE_PERIODS_MAX, 949 FIELD_ENTRY(periods_max, "%d"), 1056 if (m->periods_max) in snd_dummy_probe() 1057 dummy->pcm_hw.periods_max = m->periods_max; in snd_dummy_probe()
|
| /linux/sound/usb/line6/ |
| H A D | podhd.c | 74 .periods_max = 1024}, 91 .periods_max = 1024}, 116 .periods_max = 1024}, 136 .periods_max = 1024},
|
| /linux/sound/pci/ctxfi/ |
| H A D | ctpcm.c | 41 .periods_max = 1024, 63 .periods_max = 1024, 89 .periods_max = 1024,
|
| /linux/sound/soc/cirrus/ |
| H A D | ep93xx-pcm.c | 32 .periods_max = 32,
|
| /linux/sound/soc/mxs/ |
| H A D | mxs-pcm.c | 29 .periods_max = 52,
|
| /linux/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,
|
| /linux/sound/pci/au88x0/ |
| H A D | au88x0_pcm.c | 38 .periods_max = 1024, 59 .periods_max = 64, 81 .periods_max = 64, 99 .periods_max = 64,
|
| /linux/sound/soc/spear/ |
| H A D | spear_pcm.c | 31 .periods_max = 8, /* max # of periods */
|
| /linux/sound/pci/echoaudio/ |
| H A D | darla20.c | 80 .periods_max = 220,
|
| H A D | gina20.c | 84 .periods_max = 220,
|
| H A D | darla24.c | 87 .periods_max = 220,
|
| H A D | indigodjx.c | 90 .periods_max = 220,
|
| H A D | indigo.c | 89 .periods_max = 220,
|
| H A D | indigodj.c | 89 .periods_max = 220,
|
| H A D | indigoio.c | 90 .periods_max = 220,
|
| H A D | indigoiox.c | 91 .periods_max = 220,
|
| H A D | layla20.c | 94 .periods_max = 220,
|
| H A D | mia.c | 99 .periods_max = 220,
|
| H A D | layla24.c | 104 .periods_max = 220,
|
| H A D | gina24.c | 107 .periods_max = 220,
|
| H A D | mona.c | 116 .periods_max = 220,
|
| /linux/sound/soc/fsl/ |
| H A D | lpc3xxx-pcm.c | 44 .periods_max = 1024,
|
123456789