Searched refs:SNDRV_PCM_HW_PARAM_BUFFER_TIME (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/Documentation/sound/designs/ |
D | tracepoints.rst | 69 - SNDRV_PCM_HW_PARAM_BUFFER_TIME
|
/Linux-v6.1/include/uapi/sound/ |
D | asound.h | 374 #define SNDRV_PCM_HW_PARAM_BUFFER_TIME 16 /* Approx duration of buffer macro
|
/Linux-v6.1/tools/include/uapi/sound/ |
D | asound.h | 374 #define SNDRV_PCM_HW_PARAM_BUFFER_TIME 16 /* Approx duration of buffer macro
|
/Linux-v6.1/sound/soc/intel/avs/ |
D | pcm.c | 434 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/ |
D | hda_controller.c | 608 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_TIME, in azx_pcm_open()
|
/Linux-v6.1/sound/core/ |
D | pcm_native.c | 2545 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/ |
D | skl-pcm.c | 89 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_TIME, in skl_set_pcm_constrains()
|
/Linux-v6.1/sound/usb/ |
D | pcm.c | 1071 SNDRV_PCM_HW_PARAM_BUFFER_TIME, in setup_hw_info()
|