Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/sound/
Dasound.h392 #define SNDRV_PCM_HW_PARAMS_NORESAMPLE (1<<0) /* avoid rate resampling */ macro
/Linux-v5.15/tools/include/uapi/sound/
Dasound.h392 #define SNDRV_PCM_HW_PARAMS_NORESAMPLE (1<<0) /* avoid rate resampling */ macro
/Linux-v5.15/sound/core/
Dpcm_lib.c1504 return snd_pcm_hw_rule_add(runtime, SNDRV_PCM_HW_PARAMS_NORESAMPLE, in snd_pcm_hw_rule_noresample()