ALSA: hda - Add missing ALC680_* definitions

Also update the documentation.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 630e667..9b15a46 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -256,6 +256,13 @@
 	ALC882_MODEL_LAST,
 };
 
+/* ALC680 models */
+enum {
+	ALC680_BASE,
+	ALC680_AUTO,
+	ALC680_MODEL_LAST,
+};
+
 /* for GPIO Poll */
 #define GPIO_MASK	0x03
 
@@ -18997,7 +19004,8 @@
  * 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[] = {