aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/sound/alsa/ALSA-Configuration.txt1
-rw-r--r--sound/pci/hda/patch_realtek.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt
index 4b48c2e82c3c..7b064f2c2a63 100644
--- a/Documentation/sound/alsa/ALSA-Configuration.txt
+++ b/Documentation/sound/alsa/ALSA-Configuration.txt
@@ -843,6 +843,7 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
843 3stack-6ch-dig 3-stack (6-channel) with SPDIF 843 3stack-6ch-dig 3-stack (6-channel) with SPDIF
844 6stack-dig 6-stack with SPDIF 844 6stack-dig 6-stack with SPDIF
845 lenovo-101e Lenovo laptop 845 lenovo-101e Lenovo laptop
846 eeepc-p701 ASUS Eeepc
846 auto auto-config reading BIOS (default) 847 auto auto-config reading BIOS (default)
847 848
848 ALC882/885 849 ALC882/885
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 1c502789cc1e..b78f6fcc27a0 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -12057,6 +12057,7 @@ static const char *alc662_models[ALC662_MODEL_LAST] = {
12057 [ALC662_3ST_6ch] = "3stack-6ch", 12057 [ALC662_3ST_6ch] = "3stack-6ch",
12058 [ALC662_5ST_DIG] = "6stack-dig", 12058 [ALC662_5ST_DIG] = "6stack-dig",
12059 [ALC662_LENOVO_101E] = "lenovo-101e", 12059 [ALC662_LENOVO_101E] = "lenovo-101e",
12060 [ALC662_ASUS_EEEPC_P701] = "eeepc-p701",
12060 [ALC662_AUTO] = "auto", 12061 [ALC662_AUTO] = "auto",
12061}; 12062};
12062 12063