Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h384 #define SNDRV_PCM_HW_PARAMS_NORESAMPLE (1<<0) /* avoid rate resampling */ macro
/openbmc/linux/include/uapi/sound/
H A Dasound.h384 #define SNDRV_PCM_HW_PARAMS_NORESAMPLE (1<<0) /* avoid rate resampling */ macro
/openbmc/linux/sound/core/
H A Dpcm_lib.c1530 return snd_pcm_hw_rule_add(runtime, SNDRV_PCM_HW_PARAMS_NORESAMPLE, in snd_pcm_hw_rule_noresample()