Searched refs:period_bytes_max (Results 1 – 25 of 201) sorted by relevance
123456789
| /linux/sound/soc/pxa/ |
| A D | mmp-pcm.c | 41 .period_bytes_max = 2048, 50 .period_bytes_max = 2048, 243 mmp_pcm_hardware[SNDRV_PCM_STREAM_PLAYBACK].period_bytes_max = in mmp_pcm_probe() 247 mmp_pcm_hardware[SNDRV_PCM_STREAM_CAPTURE].period_bytes_max = in mmp_pcm_probe()
|
| /linux/sound/usb/line6/ |
| A D | podhd.c | 71 .period_bytes_max = 8192, 88 .period_bytes_max = 8192, 113 .period_bytes_max = 8192, 133 .period_bytes_max = 8192,
|
| /linux/sound/isa/sb/ |
| A D | sb16_main.c | 464 .period_bytes_max = (128*1024), 482 .period_bytes_max = (128*1024), 515 runtime->hw.period_bytes_max = 64 * 1024; in snd_sb16_playback_open() 533 runtime->hw.period_bytes_max = 64 * 1024; in snd_sb16_playback_open() 590 runtime->hw.period_bytes_max = 64 * 1024; in snd_sb16_capture_open() 608 runtime->hw.period_bytes_max = 64 * 1024; in snd_sb16_capture_open()
|
| /linux/sound/pci/ctxfi/ |
| A D | ctpcm.c | 39 .period_bytes_max = (128*1024), 61 .period_bytes_max = (128*1024), 87 .period_bytes_max = (64*1024),
|
| /linux/sound/drivers/ |
| A D | dummy.c | 107 size_t period_bytes_max; member 196 .period_bytes_max = (65536-64), 517 .period_bytes_max = MAX_PERIOD_SIZE, 955 FIELD_ENTRY(period_bytes_max, "%ld"), 1061 if (m->period_bytes_max) in snd_dummy_probe() 1062 dummy->pcm_hw.period_bytes_max = m->period_bytes_max; in snd_dummy_probe()
|
| /linux/sound/soc/mxs/ |
| A D | mxs-pcm.c | 27 .period_bytes_max = 8192,
|
| /linux/sound/soc/ti/ |
| A D | udma-pcm.c | 24 .period_bytes_max = SZ_64K,
|
| A D | edma-pcm.c | 29 .period_bytes_max = 64 * 1024,
|
| A D | sdma-pcm.c | 24 .period_bytes_max = 64 * 1024,
|
| /linux/sound/pci/au88x0/ |
| 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/soc/spear/ |
| A D | spear_pcm.c | 29 .period_bytes_max = 2 * 1024, /* maximum period size */
|
| /linux/sound/soc/cirrus/ |
| A D | ep93xx-pcm.c | 32 .period_bytes_max = 32768,
|
| /linux/sound/pci/echoaudio/ |
| A D | darla20.c | 78 .period_bytes_max = 131072,
|
| A D | gina20.c | 82 .period_bytes_max = 131072,
|
| A D | darla24.c | 85 .period_bytes_max = 131072,
|
| A D | indigo.c | 87 .period_bytes_max = 131072,
|
| A D | indigodj.c | 87 .period_bytes_max = 131072,
|
| A D | indigodjx.c | 88 .period_bytes_max = 131072,
|
| A D | indigoio.c | 88 .period_bytes_max = 131072,
|
| A D | layla20.c | 92 .period_bytes_max = 131072,
|
| A D | indigoiox.c | 89 .period_bytes_max = 131072,
|
| A D | mia.c | 97 .period_bytes_max = 131072,
|
| A D | gina24.c | 105 .period_bytes_max = 131072,
|
| A D | layla24.c | 102 .period_bytes_max = 131072,
|
| /linux/sound/xen/ |
| 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()
|
Completed in 23 milliseconds
123456789