aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_realtek.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-06-23 11:51:26 -0400
committerTakashi Iwai <tiwai@suse.de>2010-06-23 11:52:39 -0400
commitd4a86d81944d3cccb3f4a309230e835823a61252 (patch)
tree05e16d3117c8a90caef1ea97bd6d08b512be50c7 /sound/pci/hda/patch_realtek.c
parentd1eb57f47b7f524c13112c891e87fb1f51029fd1 (diff)
ALSA: hda - Add missing ALC680_* definitions
Also update the documentation. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-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 {
256 ALC882_MODEL_LAST, 256 ALC882_MODEL_LAST,
257}; 257};
258 258
259/* ALC680 models */
260enum {
261 ALC680_BASE,
262 ALC680_AUTO,
263 ALC680_MODEL_LAST,
264};
265
259/* for GPIO Poll */ 266/* for GPIO Poll */
260#define GPIO_MASK 0x03 267#define GPIO_MASK 0x03
261 268
@@ -18997,7 +19004,8 @@ static void alc680_auto_init(struct hda_codec *codec)
18997 * configuration and preset 19004 * configuration and preset
18998 */ 19005 */
18999static const char *alc680_models[ALC680_MODEL_LAST] = { 19006static const char *alc680_models[ALC680_MODEL_LAST] = {
19000 [ALC680_BASE] = "alc680_base", 19007 [ALC680_BASE] = "base",
19008 [ALC680_AUTO] = "auto",
19001}; 19009};
19002 19010
19003static struct snd_pci_quirk alc680_cfg_tbl[] = { 19011static struct snd_pci_quirk alc680_cfg_tbl[] = {