aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-06-23 17:51:26 +0200
committerTakashi Iwai <tiwai@suse.de>2010-06-23 17:52:39 +0200
commitd4a86d81944d3cccb3f4a309230e835823a61252 (patch)
tree05e16d3117c8a90caef1ea97bd6d08b512be50c7 /sound/pci
parentALSA: hda - Support ALC680 codec (diff)
downloadlinux-dev-d4a86d81944d3cccb3f4a309230e835823a61252.tar.xz
linux-dev-d4a86d81944d3cccb3f4a309230e835823a61252.zip
ALSA: hda - Add missing ALC680_* definitions
Also update the documentation. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/patch_realtek.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 630e66743e8e..9b15a46e3ccc 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -256,6 +256,13 @@ enum {
ALC882_MODEL_LAST,
};
+/* ALC680 models */
+enum {
+ ALC680_BASE,
+ ALC680_AUTO,
+ ALC680_MODEL_LAST,
+};
+
/* for GPIO Poll */
#define GPIO_MASK 0x03
@@ -18997,7 +19004,8 @@ static void alc680_auto_init(struct hda_codec *codec)
* configuration and preset
*/
static const char *alc680_models[ALC680_MODEL_LAST] = {
- [ALC680_BASE] = "alc680_base",
+ [ALC680_BASE] = "base",
+ [ALC680_AUTO] = "auto",
};
static struct snd_pci_quirk alc680_cfg_tbl[] = {