Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/sound/designs/
H A Dtracepoints.rst69 - SNDRV_PCM_HW_PARAM_BUFFER_TIME
/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h375 #define SNDRV_PCM_HW_PARAM_BUFFER_TIME 16 /* Approx duration of buffer macro
/openbmc/linux/include/uapi/sound/
H A Dasound.h375 #define SNDRV_PCM_HW_PARAM_BUFFER_TIME 16 /* Approx duration of buffer macro
/openbmc/linux/sound/pci/hda/
H A Dhda_controller.c608 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_TIME, in azx_pcm_open()
/openbmc/linux/sound/core/
H A Dpcm_native.c2551 SNDRV_PCM_HW_PARAM_BUFFER_SIZE, SNDRV_PCM_HW_PARAM_BUFFER_TIME, -1); in snd_pcm_hw_constraints_init()
2586 SNDRV_PCM_HW_PARAM_BUFFER_TIME, SNDRV_PCM_HW_PARAM_RATE, -1); in snd_pcm_hw_constraints_init()
2604 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_TIME, in snd_pcm_hw_constraints_init()
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-pcm.c90 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_TIME, in skl_set_pcm_constrains()
/openbmc/linux/sound/soc/intel/avs/
H A Dpcm.c481 ret = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_TIME, 20, 178000000); in avs_dai_fe_startup()
/openbmc/linux/sound/usb/
H A Dpcm.c1178 SNDRV_PCM_HW_PARAM_BUFFER_TIME, in setup_hw_info()