Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/sound/designs/
Dtracepoints.rst69 - SNDRV_PCM_HW_PARAM_BUFFER_TIME
/Linux-v6.1/include/uapi/sound/
Dasound.h374 #define SNDRV_PCM_HW_PARAM_BUFFER_TIME 16 /* Approx duration of buffer macro
/Linux-v6.1/tools/include/uapi/sound/
Dasound.h374 #define SNDRV_PCM_HW_PARAM_BUFFER_TIME 16 /* Approx duration of buffer macro
/Linux-v6.1/sound/soc/intel/avs/
Dpcm.c434 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_TIME, 20, 178000000); in avs_dai_fe_startup()
/Linux-v6.1/sound/pci/hda/
Dhda_controller.c608 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_TIME, in azx_pcm_open()
/Linux-v6.1/sound/core/
Dpcm_native.c2545 SNDRV_PCM_HW_PARAM_BUFFER_SIZE, SNDRV_PCM_HW_PARAM_BUFFER_TIME, -1); in snd_pcm_hw_constraints_init()
2580 SNDRV_PCM_HW_PARAM_BUFFER_TIME, SNDRV_PCM_HW_PARAM_RATE, -1); in snd_pcm_hw_constraints_init()
2598 err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_TIME, in snd_pcm_hw_constraints_init()
/Linux-v6.1/sound/soc/intel/skylake/
Dskl-pcm.c89 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_TIME, in skl_set_pcm_constrains()
/Linux-v6.1/sound/usb/
Dpcm.c1071 SNDRV_PCM_HW_PARAM_BUFFER_TIME, in setup_hw_info()