Home
last modified time | relevance | path

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

/sound/usb/usx2y/
Dusb_stream.h33 unsigned period_frames; member
106 unsigned period_frames, unsigned frame_size);
Dusb_stream.c156 unsigned period_frames, unsigned frame_size) in usb_stream_new() argument
177 packets = period_frames * usb_frames / sample_rate + 1; in usb_stream_new()
207 sk->s->cfg.period_frames = period_frames; in usb_stream_new()
208 sk->s->period_size = frame_size * period_frames; in usb_stream_new()
529 if (s->cfg.period_frames >= 256) in stream_start()
531 if (s->cfg.period_frames >= 1024) in stream_start()
Dus122l.c330 unsigned rate, unsigned period_frames) in us122l_start() argument
355 rate, use_packsize, period_frames, 6)) in us122l_start()
403 cfg->period_frames > 0x3000) { in usb_stream_hwdep_ioctl()
420 if (cfg->period_frames < min_period_frames) { in usb_stream_hwdep_ioctl()
441 if (!us122l_start(us122l, cfg->sample_rate, cfg->period_frames)) in usb_stream_hwdep_ioctl()
/sound/core/oss/
Dpcm_oss.c792 runtime->oss.period_frames = 1; in snd_pcm_oss_period_size()
1071 runtime->oss.period_frames = snd_pcm_alsa_frames(substream, oss_period_size); in snd_pcm_oss_change_params()
2710 runtime->oss.period_frames; in snd_pcm_oss_playback_ready()
2721 runtime->oss.period_frames; in snd_pcm_oss_capture_ready()
/sound/core/
Dpcm.c404 snd_iprintf(buffer, "OSS period frames: %lu\n", (unsigned long)runtime->oss.period_frames); in snd_pcm_substream_proc_hw_params_read()