aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-11-17 05:08:23 -0500
committerJaroslav Kysela <perex@suse.cz>2006-01-03 06:17:24 -0500
commita2a20939b1cc82222eb67a4631009338791f1acd (patch)
tree124a739f6d2811397c0df1ba647f799561e6fb86 /sound/pci/hda/hda_codec.h
parent9f146bb6e68610ab2b62c76e7485900545515613 (diff)
[ALSA] hda-codec - Fix a typo
Modules: HDA Codec driver Fix a typo in hda_codec.h. 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h
index b0123adc569c..58b9949aca46 100644
--- a/sound/pci/hda/hda_codec.h
+++ b/sound/pci/hda/hda_codec.h
@@ -98,7 +98,7 @@ enum {
98#define AC_VERB_SET_UNSOLICITED_ENABLE 0x708 98#define AC_VERB_SET_UNSOLICITED_ENABLE 0x708
99#define AC_VERB_SET_PIN_SENSE 0x709 99#define AC_VERB_SET_PIN_SENSE 0x709
100#define AC_VERB_SET_BEEP_CONTROL 0x70a 100#define AC_VERB_SET_BEEP_CONTROL 0x70a
101#define AC_VERB_SET_EAPD_BTLENALBE 0x70c 101#define AC_VERB_SET_EAPD_BTLENABLE 0x70c
102#define AC_VERB_SET_DIGI_CONVERT_1 0x70d 102#define AC_VERB_SET_DIGI_CONVERT_1 0x70d
103#define AC_VERB_SET_DIGI_CONVERT_2 0x70e 103#define AC_VERB_SET_DIGI_CONVERT_2 0x70e
104#define AC_VERB_SET_VOLUME_KNOB_CONTROL 0x70f 104#define AC_VERB_SET_VOLUME_KNOB_CONTROL 0x70f