diff options
author | Matthew Ranostay <mranostay@embeddedalley.com> | 2008-07-27 10:30:30 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-07-28 12:19:33 +0200 |
commit | d0513fc6c37b009004cf5c7a8e90af0adb3755bc (patch) | |
tree | cd2a6fb61031759c20194bcc5cfd2b47c8e5b0f5 /sound/pci/hda/hda_codec.h | |
parent | b38addb2da26c0eeab5b538cfbd9d306c50a4726 (diff) |
ALSA: hda: added 92HD81/83 support
Added support for 92HD81/83 family of codecs.
This also includes a pwr_mapping array for pins that have more than
one amp to power down.
Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index 3a63c445d36..2f112626f24 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h @@ -121,6 +121,7 @@ enum { #define AC_VERB_SET_CONFIG_DEFAULT_BYTES_1 0x71d #define AC_VERB_SET_CONFIG_DEFAULT_BYTES_2 0x71e #define AC_VERB_SET_CONFIG_DEFAULT_BYTES_3 0x71f +#define AC_VERB_SET_EAPD 0x788 #define AC_VERB_SET_CODEC_RESET 0x7ff /* |