Home
last modified time | relevance | path

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

/openbmc/linux/sound/hda/
H A Dhdac_device.c872 if (val & (AC_SUPPCM_BITS_20|AC_SUPPCM_BITS_24)) in snd_hdac_query_supported_pcm()
876 else if (val & AC_SUPPCM_BITS_20) in snd_hdac_query_supported_pcm()
878 } else if (val & (AC_SUPPCM_BITS_20|AC_SUPPCM_BITS_24| in snd_hdac_query_supported_pcm()
885 else if (val & AC_SUPPCM_BITS_20) in snd_hdac_query_supported_pcm()
967 if (!(val & AC_SUPPCM_BITS_20)) in snd_hdac_is_supported_format()
/openbmc/linux/include/sound/
H A Dhda_verbs.h184 #define AC_SUPPCM_BITS_20 (1<<18) macro
/openbmc/linux/sound/pci/hda/
H A Dhda_eld.c104 AC_SUPPCM_BITS_20, /* 2: 20 bits */
582 if (a->sample_bits & AC_SUPPCM_BITS_20) { in snd_hdmi_eld_update_pcm_info()
/openbmc/qemu/hw/audio/
H A Dintel-hda-defs.h359 #define AC_SUPPCM_BITS_20 (1<<18) macro