Home
last modified time | relevance | path

Searched refs:AC_SUPPCM_BITS_32 (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/sound/hda/
Dhdac_device.c876 if (val & AC_SUPPCM_BITS_32) in snd_hdac_query_supported_pcm()
885 AC_SUPPCM_BITS_32)) { in snd_hdac_query_supported_pcm()
887 if (val & AC_SUPPCM_BITS_32) in snd_hdac_query_supported_pcm()
981 if (!(val & AC_SUPPCM_BITS_32)) in snd_hdac_is_supported_format()
/linux-4.4.14/include/sound/
Dhda_verbs.h182 #define AC_SUPPCM_BITS_32 (1<<20) macro