Home
last modified time | relevance | path

Searched refs:period_bytes_max (Results 1 – 25 of 211) sorted by relevance

123456789

/Linux-v6.6/sound/usb/line6/
Dpodhd.c71 .period_bytes_max = 8192,
88 .period_bytes_max = 8192,
113 .period_bytes_max = 8192,
133 .period_bytes_max = 8192,
/Linux-v6.6/sound/soc/mxs/
Dmxs-pcm.c27 .period_bytes_max = 8192,
/Linux-v6.6/sound/soc/ti/
Dudma-pcm.c24 .period_bytes_max = SZ_64K,
Dedma-pcm.c29 .period_bytes_max = 64 * 1024,
Dsdma-pcm.c24 .period_bytes_max = 64 * 1024,
/Linux-v6.6/sound/soc/spear/
Dspear_pcm.c29 .period_bytes_max = 2 * 1024, /* maximum period size */
/Linux-v6.6/sound/pci/ctxfi/
Dctpcm.c39 .period_bytes_max = (128*1024),
61 .period_bytes_max = (128*1024),
87 .period_bytes_max = (64*1024),
/Linux-v6.6/sound/isa/sb/
Dsb16_main.c464 .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-v6.6/sound/pci/echoaudio/
Ddarla20.c78 .period_bytes_max = 131072,
Dgina20.c82 .period_bytes_max = 131072,
Ddarla24.c85 .period_bytes_max = 131072,
Dindigodj.c87 .period_bytes_max = 131072,
Dindigodjx.c88 .period_bytes_max = 131072,
Dindigoio.c88 .period_bytes_max = 131072,
Dindigo.c87 .period_bytes_max = 131072,
Dindigoiox.c89 .period_bytes_max = 131072,
Dlayla20.c92 .period_bytes_max = 131072,
Dmia.c97 .period_bytes_max = 131072,
Dlayla24.c102 .period_bytes_max = 131072,
Dgina24.c105 .period_bytes_max = 131072,
Dmona.c114 .period_bytes_max = 131072,
Decho3g.c101 .period_bytes_max = 131072,
/Linux-v6.6/sound/soc/cirrus/
Dep93xx-pcm.c32 .period_bytes_max = 32768,
/Linux-v6.6/sound/drivers/
Ddummy.c115 size_t period_bytes_max; member
204 .period_bytes_max = (65536-64),
525 .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-v6.6/sound/xen/
Dxen_snd_front_cfg.c233 .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()

123456789