Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/hda/
Dhda_eld.c129 AC_SUPPCM_BITS_20, /* 2: 20 bits */
616 if (a->sample_bits & AC_SUPPCM_BITS_20) { in hdmi_eld_update_pcm_info()
Dhda_codec.h201 #define AC_SUPPCM_BITS_20 (1<<18) macro
Dhda_codec.c3339 if (val & (AC_SUPPCM_BITS_20|AC_SUPPCM_BITS_24)) in snd_hda_query_supported_pcm()
3343 else if (val & AC_SUPPCM_BITS_20) in snd_hda_query_supported_pcm()
3345 } else if (val & (AC_SUPPCM_BITS_20|AC_SUPPCM_BITS_24| in snd_hda_query_supported_pcm()
3352 else if (val & AC_SUPPCM_BITS_20) in snd_hda_query_supported_pcm()
3432 if (!(val & AC_SUPPCM_BITS_20)) in snd_hda_is_supported_format()