Home
last modified time | relevance | path

Searched refs:period_frames (Results 1 – 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/sound/usb/usx2y/
Dusb_stream.c158 unsigned period_frames, unsigned frame_size) in usb_stream_new() argument
178 packets = period_frames * usb_frames / sample_rate + 1; in usb_stream_new()
208 sk->s->cfg.period_frames = period_frames; in usb_stream_new()
209 sk->s->period_size = frame_size * period_frames; in usb_stream_new()
535 if (s->cfg.period_frames >= 256) in stream_start()
537 if (s->cfg.period_frames >= 1024) in stream_start()
Dusb_stream.h38 unsigned period_frames, unsigned frame_size);
Dus122l.c292 unsigned rate, unsigned period_frames) in us122l_start() argument
317 rate, use_packsize, period_frames, 6)) in us122l_start()
363 cfg.period_frames > 0x3000) in usb_stream_hwdep_ioctl()
379 if (cfg.period_frames < min_period_frames) in usb_stream_hwdep_ioctl()
398 if (!us122l_start(us122l, cfg.sample_rate, cfg.period_frames)) in usb_stream_hwdep_ioctl()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
Dusb_stream.h18 unsigned period_frames; member
/kernel/linux/linux-5.10/include/uapi/sound/
Dusb_stream.h37 unsigned period_frames; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
Dusb_stream.h30 unsigned period_frames; member
/kernel/linux/linux-5.10/sound/usb/
Dendpoint.h16 unsigned int period_frames,
Dcard.h133 unsigned int period_frames; /* current frames per period */ member
Dendpoint.c1050 unsigned int period_frames, in snd_usb_endpoint_set_params() argument
1062 period_frames, buffer_periods, in snd_usb_endpoint_set_params()
1106 period_bytes, period_frames, in snd_usb_endpoint_set_params()
Dpcm.c748 subs->period_frames, in configure_endpoint()
833 subs->period_frames = params_period_size(hw_params); in snd_usb_hw_params()
/kernel/linux/linux-5.10/include/sound/
Dpcm_oss.h36 size_t period_frames; /* period frames for poll */ member
/kernel/linux/linux-5.10/sound/core/oss/
Dpcm_oss.c778 runtime->oss.period_frames = 1; in snd_pcm_oss_period_size()
1080 runtime->oss.period_frames = snd_pcm_alsa_frames(substream, oss_period_size); in snd_pcm_oss_change_params_locked()
2805 runtime->oss.period_frames; in snd_pcm_oss_playback_ready()
2816 runtime->oss.period_frames; in snd_pcm_oss_capture_ready()
/kernel/linux/linux-5.10/sound/core/
Dpcm.c406 snd_iprintf(buffer, "OSS period frames: %lu\n", (unsigned long)runtime->oss.period_frames); in snd_pcm_substream_proc_hw_params_read()