Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/sound/uapi/
Dasound.h288 #define SNDRV_PCM_INFO_OVERRANGE 0x00020000 /* hardware supports ADC (capture) overrange detection … macro
/third_party/alsa-lib/src/pcm/
Dpcm_local.h89 #define SND_PCM_INFO_OVERRANGE SNDRV_PCM_INFO_OVERRANGE
Dpcm.c3589 return !!(params->info & SNDRV_PCM_INFO_OVERRANGE); in snd_pcm_hw_params_can_overrange()