Searched refs:period_bytes_max (Results 1 – 25 of 102) sorted by relevance
12345
| /linux/sound/soc/amd/acp/ |
| H A D | acp-platform.c | 44 .period_bytes_max = PLAYBACK_MAX_PERIOD_SIZE, 65 .period_bytes_max = CAPTURE_MAX_PERIOD_SIZE, 85 .period_bytes_max = PLAYBACK_MAX_PERIOD_SIZE, 105 .period_bytes_max = CAPTURE_MAX_PERIOD_SIZE,
|
| /linux/sound/pci/ctxfi/ |
| H A D | ctpcm.c | 39 .period_bytes_max = (128*1024), 61 .period_bytes_max = (128*1024), 87 .period_bytes_max = (64*1024),
|
| /linux/sound/soc/cirrus/ |
| H A D | ep93xx-pcm.c | 30 .period_bytes_max = 32768,
|
| /linux/sound/soc/mxs/ |
| H A D | mxs-pcm.c | 27 .period_bytes_max = 8192,
|
| /linux/sound/soc/ti/ |
| H A D | udma-pcm.c | 24 .period_bytes_max = SZ_64K,
|
| H A D | edma-pcm.c | 29 .period_bytes_max = 64 * 1024,
|
| H A D | sdma-pcm.c | 24 .period_bytes_max = 64 * 1024,
|
| /linux/sound/soc/spear/ |
| H A D | spear_pcm.c | 29 .period_bytes_max = 2 * 1024, /* maximum period size */
|
| /linux/sound/pci/echoaudio/ |
| H A D | darla20.c | 78 .period_bytes_max = 131072,
|
| H A D | gina20.c | 82 .period_bytes_max = 131072,
|
| H A D | darla24.c | 85 .period_bytes_max = 131072,
|
| H A D | indigodjx.c | 88 .period_bytes_max = 131072,
|
| H A D | indigoio.c | 88 .period_bytes_max = 131072,
|
| H A D | indigo.c | 87 .period_bytes_max = 131072,
|
| H A D | indigodj.c | 87 .period_bytes_max = 131072,
|
| H A D | layla20.c | 92 .period_bytes_max = 131072,
|
| H A D | indigoiox.c | 89 .period_bytes_max = 131072,
|
| H A D | mia.c | 97 .period_bytes_max = 131072,
|
| H A D | layla24.c | 102 .period_bytes_max = 131072,
|
| H A D | gina24.c | 105 .period_bytes_max = 131072,
|
| H A D | mona.c | 114 .period_bytes_max = 131072,
|
| H A D | echo3g.c | 101 .period_bytes_max = 131072,
|
| /linux/sound/soc/fsl/ |
| H A D | lpc3xxx-pcm.c | 42 .period_bytes_max = 2048,
|
| /linux/sound/pci/au88x0/ |
| H A D | au88x0_pcm.c | 36 .period_bytes_max = 0x1000, 57 .period_bytes_max = 0x1000, 79 .period_bytes_max = 0x1000, 97 .period_bytes_max = 0x1000,
|
| /linux/sound/xen/ |
| H A D | xen_snd_front_cfg.c | 233 .period_bytes_max = MAX_PERIOD_SIZE, 285 pcm_hw->period_bytes_max = pcm_hw->buffer_bytes_max; in cfg_read_pcm_hw() 287 pcm_hw->periods_max = pcm_hw->period_bytes_max / in cfg_read_pcm_hw()
|
12345