summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.h
diff options
context:
space:
mode:
authorWu Fengguang2009-12-11 05:28:33 +0100
committerTakashi Iwai2009-12-11 07:55:55 +0100
commitb923528ed29dc2d12832f76b1b9e05848d9de853 (patch)
tree5a7510600e6042509024d1431ff6de1a1e99cddc /sound/pci/hda/hda_codec.h
parentALSA: hda - Fix LED GPIO setup for HP laptops with IDT codecs (diff)
downloadkernel-qcow2-linux-b923528ed29dc2d12832f76b1b9e05848d9de853.tar.gz
kernel-qcow2-linux-b923528ed29dc2d12832f76b1b9e05848d9de853.tar.xz
kernel-qcow2-linux-b923528ed29dc2d12832f76b1b9e05848d9de853.zip
ALSA: hda - show HBR(High Bit Rate) pin cap in procfs
Note that the HBR capability only applies to HDMI pin. Signed-off-by: Wu Fengguang <fengguang.wu@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r--sound/pci/hda/hda_codec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h
index 2d627613aea3..f9a084a1378e 100644
--- a/sound/pci/hda/hda_codec.h
+++ b/sound/pci/hda/hda_codec.h
@@ -258,6 +258,7 @@ enum {
#define AC_PINCAP_VREF (0x37<<8)
#define AC_PINCAP_VREF_SHIFT 8
#define AC_PINCAP_EAPD (1<<16) /* EAPD capable */
+#define AC_PINCAP_HBR (1<<27) /* High Bit Rate */
/* Vref status (used in pin cap) */
#define AC_PINCAP_VREF_HIZ (1<<0) /* Hi-Z */
#define AC_PINCAP_VREF_50 (1<<1) /* 50% */