Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/hda/
Dhda_eld.c130 AC_SUPPCM_BITS_24, /* 3: 24 bits */
658 if (a->sample_bits & AC_SUPPCM_BITS_24) { in snd_hdmi_eld_update_pcm_info()
Dhda_codec.h198 #define AC_SUPPCM_BITS_24 (1<<19) macro
Dhda_codec.c3766 if (val & (AC_SUPPCM_BITS_20|AC_SUPPCM_BITS_24)) in snd_hda_query_supported_pcm()
3768 if (val & AC_SUPPCM_BITS_24) in snd_hda_query_supported_pcm()
3772 } else if (val & (AC_SUPPCM_BITS_20|AC_SUPPCM_BITS_24| in snd_hda_query_supported_pcm()
3777 else if (val & AC_SUPPCM_BITS_24) in snd_hda_query_supported_pcm()
3864 if (!(val & AC_SUPPCM_BITS_24)) in snd_hda_is_supported_format()