Home
last modified time | relevance | path

Searched refs:period_step (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/sound/core/
Dpcm_compat.c95 u32 period_step; member
131 get_user(params.period_step, &src->period_step) || in snd_pcm_ioctl_sw_params_compat()
Dpcm_native.c583 runtime->period_step = 1; in snd_pcm_hw_params()
697 runtime->period_step = params->period_step; in snd_pcm_sw_params()
Dpcm.c436 snd_iprintf(buffer, "period_step: %u\n", runtime->period_step); in snd_pcm_substream_proc_sw_params_read()
/linux-4.4.14/include/uapi/sound/
Dasound.h402 unsigned int period_step; member
/linux-4.4.14/include/sound/
Dpcm.h374 unsigned int period_step; member
/linux-4.4.14/sound/core/oss/
Dpcm_oss.c1007 sw_params->period_step = 1; in snd_pcm_oss_change_params()