Home
last modified time | relevance | path

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

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