Searched refs:periods_max (Results 1 – 25 of 149) sorted by relevance
123456
| /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 | 120 unsigned int periods_max; 170 .periods_max = 2, 180 .periods_max = 1024, 190 .periods_max = 255, 209 .periods_max = 8, 547 .periods_max = USE_PERIODS_MAX, in dummy_pcm_open() 975 FIELD_ENTRY(periods_max, "%d"), in dummy_proc_write() 1088 if (m->periods_max) in snd_dummy_probe() 1089 dummy->pcm_hw.periods_max = m->periods_max; in snd_dummy_probe() 118 unsigned int periods_max; global() member [all...] |
| /linux/sound/usb/line6/ |
| H A D | podhd.c | 75 .periods_max = 1024}, 92 .periods_max = 1024}, 117 .periods_max = 1024}, 137 .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/soc/spear/ |
| H A D | spear_pcm.c | 28 .periods_max = 8, /* max # of periods */
|
| /linux/sound/pci/echoaudio/ |
| 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
|
| 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 | indigodjx.c | 90 .periods_max = 220,
|
| H A D | indigoio.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 | layla20.c | 94 .periods_max = 220, 96 supports lists longer than this. In this case periods_max=220 is a
|
| H A D | indigoiox.c | 91 .periods_max = 220,
|
| H A D | mia.c | 99 .periods_max = 220, 101 supports lists longer than this. In this case periods_max=220 is a
|
| H A D | layla24.c | 104 .periods_max = 220, 106 supports lists longer than this. In this case periods_max=220 is a
|
| H A D | gina24.c | 107 .periods_max = 220, 109 supports lists longer than this. In this case periods_max=220 is a
|
| H A D | mona.c | 122 .periods_max = 220, 124 supports lists longer than this. In this case periods_max=220 is a
|
| H A D | echo3g.c | 103 .periods_max = 220,
|
| /linux/sound/pci/ctxfi/ |
| H A D | ctpcm.c | 41 .periods_max = 1024, 63 .periods_max = 1024, 89 .periods_max = 1024,
|
| /linux/sound/soc/fsl/ |
| H A D | lpc3xxx-pcm.c | 44 .periods_max = 1024,
|
123456