Home
last modified time | relevance | path

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

/linux-4.4.14/sound/hda/
Dhdac_device.c878 if (val & (AC_SUPPCM_BITS_20|AC_SUPPCM_BITS_24)) in snd_hdac_query_supported_pcm()
882 else if (val & AC_SUPPCM_BITS_20) in snd_hdac_query_supported_pcm()
884 } else if (val & (AC_SUPPCM_BITS_20|AC_SUPPCM_BITS_24| in snd_hdac_query_supported_pcm()
891 else if (val & AC_SUPPCM_BITS_20) in snd_hdac_query_supported_pcm()
973 if (!(val & AC_SUPPCM_BITS_20)) in snd_hdac_is_supported_format()
/linux-4.4.14/include/sound/
Dhda_verbs.h180 #define AC_SUPPCM_BITS_20 (1<<18) macro
/linux-4.4.14/sound/pci/hda/
Dhda_eld.c130 AC_SUPPCM_BITS_20, /* 2: 20 bits */
615 if (a->sample_bits & AC_SUPPCM_BITS_20) { in snd_hdmi_eld_update_pcm_info()