Home
last modified time | relevance | path

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

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