Home
last modified time | relevance | path

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

/linux/sound/usb/usx2y/
H A Dusb_stream.c158 unsigned int period_frames, in usb_stream_new() argument
179 packets = period_frames * usb_frames / sample_rate + 1; in usb_stream_new()
209 sk->s->cfg.period_frames = period_frames; in usb_stream_new()
210 sk->s->period_size = frame_size * period_frames; in usb_stream_new()
546 if (s->cfg.period_frames >= 256) in stream_start()
548 if (s->cfg.period_frames >= 1024) in stream_start()
H A Dus122l.c272 unsigned int rate, unsigned int period_frames) in us122l_start() argument
297 rate, use_packsize, period_frames, 6)) in us122l_start()
343 cfg.period_frames > 0x3000) in usb_stream_hwdep_ioctl()
359 if (cfg.period_frames < min_period_frames) in usb_stream_hwdep_ioctl()
378 if (!us122l_start(us122l, cfg.sample_rate, cfg.period_frames)) in usb_stream_hwdep_ioctl()
H A Dusb_stream.h41 unsigned int period_frames,
/linux/include/uapi/sound/
H A Dusb_stream.h23 unsigned period_frames; member
/linux/include/sound/
H A Dpcm_oss.h36 size_t period_frames; /* period frames for poll */ member
/linux/sound/core/oss/
H A Dpcm_oss.c775 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()
2812 runtime->oss.period_frames; in snd_pcm_oss_playback_ready()
2823 runtime->oss.period_frames; in snd_pcm_oss_capture_ready()
/linux/sound/core/
H A Dpcm.c402 snd_iprintf(buffer, "OSS period frames: %lu\n", (unsigned long)runtime->oss.period_frames); in snd_pcm_substream_proc_hw_params_read()