Searched refs:period_frames (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/sound/usb/usx2y/ |
D | usb_stream.c | 163 unsigned period_frames, unsigned frame_size) in usb_stream_new() argument 184 packets = period_frames * usb_frames / sample_rate + 1; in usb_stream_new() 215 sk->s->cfg.period_frames = period_frames; in usb_stream_new() 216 sk->s->period_size = frame_size * period_frames; in usb_stream_new() 544 if (s->cfg.period_frames >= 256) in stream_start() 546 if (s->cfg.period_frames >= 1024) in stream_start()
|
D | usb_stream.h | 38 unsigned period_frames, unsigned frame_size);
|
D | us122l.c | 331 unsigned rate, unsigned period_frames) in us122l_start() argument 356 rate, use_packsize, period_frames, 6)) in us122l_start() 402 cfg.period_frames > 0x3000) in usb_stream_hwdep_ioctl() 418 if (cfg.period_frames < min_period_frames) in usb_stream_hwdep_ioctl() 437 if (!us122l_start(us122l, cfg.sample_rate, cfg.period_frames)) in usb_stream_hwdep_ioctl()
|
/Linux-v4.19/include/uapi/sound/ |
D | usb_stream.h | 37 unsigned period_frames; member
|
/Linux-v4.19/sound/usb/ |
D | endpoint.h | 16 unsigned int period_frames,
|
D | card.h | 125 unsigned int period_frames; /* current frames per period */ member
|
D | endpoint.c | 865 unsigned int period_frames, in snd_usb_endpoint_set_params() argument 901 period_bytes, period_frames, in snd_usb_endpoint_set_params()
|
D | pcm.c | 700 subs->period_frames, in configure_endpoint() 790 subs->period_frames = params_period_size(hw_params); in snd_usb_hw_params()
|
/Linux-v4.19/include/sound/ |
D | pcm_oss.h | 51 size_t period_frames; /* period frames for poll */ member
|
/Linux-v4.19/sound/core/oss/ |
D | pcm_oss.c | 781 runtime->oss.period_frames = 1; in snd_pcm_oss_period_size() 1078 runtime->oss.period_frames = snd_pcm_alsa_frames(substream, oss_period_size); in snd_pcm_oss_change_params_locked() 2791 runtime->oss.period_frames; in snd_pcm_oss_playback_ready() 2802 runtime->oss.period_frames; in snd_pcm_oss_capture_ready()
|
/Linux-v4.19/sound/core/ |
D | pcm.c | 419 snd_iprintf(buffer, "OSS period frames: %lu\n", (unsigned long)runtime->oss.period_frames); in snd_pcm_substream_proc_hw_params_read()
|