summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.h
diff options
context:
space:
mode:
authorTakashi Iwai2008-06-19 15:41:37 +0200
committerJaroslav Kysela2008-06-20 14:16:01 +0200
commita1855d802fb62718192eb7e180161b08adff4e73 (patch)
treea2f1471258f55d578d2fe959fc466cce9d5fcbfb /sound/pci/hda/hda_codec.h
parentalsa: add annotations to bitwise type snd_pcm_hw_param_t (diff)
downloadkernel-qcow2-linux-a1855d802fb62718192eb7e180161b08adff4e73.tar.gz
kernel-qcow2-linux-a1855d802fb62718192eb7e180161b08adff4e73.tar.xz
kernel-qcow2-linux-a1855d802fb62718192eb7e180161b08adff4e73.zip
ALSA: hda - Fix digital converter proc output
AC_VERB_GET_DIGI_CONVERT_2 isn't actually implemented but reserved. The whole SIC bits are returned from DIGI_CONVERT_1. 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.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 dcd390b2bbaa..efc682888b31 100644
--- a/sound/pci/hda/hda_codec.h
+++ b/sound/pci/hda/hda_codec.h
@@ -78,7 +78,7 @@ enum {
#define AC_VERB_GET_BEEP_CONTROL 0x0f0a
#define AC_VERB_GET_EAPD_BTLENABLE 0x0f0c
#define AC_VERB_GET_DIGI_CONVERT_1 0x0f0d
-#define AC_VERB_GET_DIGI_CONVERT_2 0x0f0e
+#define AC_VERB_GET_DIGI_CONVERT_2 0x0f0e /* unused */
#define AC_VERB_GET_VOLUME_KNOB_CONTROL 0x0f0f
/* f10-f1a: GPIO */
#define AC_VERB_GET_GPIO_DATA 0x0f15