Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_HW_PARAM_BUFFER_TIME (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/uapi/sound/
Dasound.h347 #define SNDRV_PCM_HW_PARAM_BUFFER_TIME 16 /* Approx duration of buffer macro
/linux-4.1.27/sound/core/
Dpcm_native.c2084 SNDRV_PCM_HW_PARAM_BUFFER_SIZE, SNDRV_PCM_HW_PARAM_BUFFER_TIME, -1); in snd_pcm_hw_constraints_init()
2119 SNDRV_PCM_HW_PARAM_BUFFER_TIME, SNDRV_PCM_HW_PARAM_RATE, -1); in snd_pcm_hw_constraints_init()
2137 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_TIME, in snd_pcm_hw_constraints_init()
/linux-4.1.27/sound/pci/hda/
Dhda_controller.c825 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_TIME, in azx_pcm_open()