Home
last modified time | relevance | path

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

/linux/tools/include/uapi/sound/
H A Dasound.h
/linux/include/uapi/sound/
H A Dasound.h387 #define SNDRV_PCM_HW_PARAMS_NORESAMPLE (1<<0) /* avoid rate resampling */ macro
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h387 #define SNDRV_PCM_HW_PARAMS_NORESAMPLE (1<<0) /* avoid rate resampling */ macro
/linux/sound/core/
H A Dpcm_lib.c1550 return snd_pcm_hw_rule_add(runtime, SNDRV_PCM_HW_PARAMS_NORESAMPLE, in snd_pcm_hw_rule_noresample()