diff options
-rw-r--r-- | Documentation/sound/alsa/HD-Audio-Models.txt | 10 | ||||
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
2 files changed, 10 insertions, 2 deletions
diff --git a/Documentation/sound/alsa/HD-Audio-Models.txt b/Documentation/sound/alsa/HD-Audio-Models.txt index 36c97126d17d..92c9d3a3e990 100644 --- a/Documentation/sound/alsa/HD-Audio-Models.txt +++ b/Documentation/sound/alsa/HD-Audio-Models.txt | |||
@@ -36,6 +36,7 @@ ALC260 | |||
36 | acer Acer TravelMate | 36 | acer Acer TravelMate |
37 | will Will laptops (PB V7900) | 37 | will Will laptops (PB V7900) |
38 | replacer Replacer 672V | 38 | replacer Replacer 672V |
39 | favorit100 Maxdata Favorit 100XS | ||
39 | basic fixed pin assignment (old default model) | 40 | basic fixed pin assignment (old default model) |
40 | test for testing/debugging purpose, almost all controls can | 41 | test for testing/debugging purpose, almost all controls can |
41 | adjusted. Appearing only when compiled with | 42 | adjusted. Appearing only when compiled with |
@@ -85,10 +86,11 @@ ALC269 | |||
85 | eeepc-p703 ASUS Eeepc P703 P900A | 86 | eeepc-p703 ASUS Eeepc P703 P900A |
86 | eeepc-p901 ASUS Eeepc P901 S101 | 87 | eeepc-p901 ASUS Eeepc P901 S101 |
87 | fujitsu FSC Amilo | 88 | fujitsu FSC Amilo |
89 | lifebook Fujitsu Lifebook S6420 | ||
88 | auto auto-config reading BIOS (default) | 90 | auto auto-config reading BIOS (default) |
89 | 91 | ||
90 | ALC662/663 | 92 | ALC662/663/272 |
91 | ========== | 93 | ============== |
92 | 3stack-dig 3-stack (2-channel) with SPDIF | 94 | 3stack-dig 3-stack (2-channel) with SPDIF |
93 | 3stack-6ch 3-stack (6-channel) | 95 | 3stack-6ch 3-stack (6-channel) |
94 | 3stack-6ch-dig 3-stack (6-channel) with SPDIF | 96 | 3stack-6ch-dig 3-stack (6-channel) with SPDIF |
@@ -107,6 +109,8 @@ ALC662/663 | |||
107 | asus-mode4 ASUS | 109 | asus-mode4 ASUS |
108 | asus-mode5 ASUS | 110 | asus-mode5 ASUS |
109 | asus-mode6 ASUS | 111 | asus-mode6 ASUS |
112 | dell Dell with ALC272 | ||
113 | dell-zm1 Dell ZM1 with ALC272 | ||
110 | auto auto-config reading BIOS (default) | 114 | auto auto-config reading BIOS (default) |
111 | 115 | ||
112 | ALC882/885 | 116 | ALC882/885 |
@@ -118,6 +122,7 @@ ALC882/885 | |||
118 | asus-a7j ASUS A7J | 122 | asus-a7j ASUS A7J |
119 | asus-a7m ASUS A7M | 123 | asus-a7m ASUS A7M |
120 | macpro MacPro support | 124 | macpro MacPro support |
125 | mb5 Macbook 5,1 | ||
121 | mbp3 Macbook Pro rev3 | 126 | mbp3 Macbook Pro rev3 |
122 | imac24 iMac 24'' with jack detection | 127 | imac24 iMac 24'' with jack detection |
123 | w2jc ASUS W2JC | 128 | w2jc ASUS W2JC |
@@ -150,6 +155,7 @@ ALC883/888 | |||
150 | fujitsu-pi2515 Fujitsu AMILO Pi2515 | 155 | fujitsu-pi2515 Fujitsu AMILO Pi2515 |
151 | fujitsu-xa3530 Fujitsu AMILO XA3530 | 156 | fujitsu-xa3530 Fujitsu AMILO XA3530 |
152 | 3stack-6ch-intel Intel DG33* boards | 157 | 3stack-6ch-intel Intel DG33* boards |
158 | asus-p5q ASUS P5Q-EM boards | ||
153 | auto auto-config reading BIOS (default) | 159 | auto auto-config reading BIOS (default) |
154 | 160 | ||
155 | ALC861/660 | 161 | ALC861/660 |
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 34f6fb72f2bc..db896121535a 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -16184,6 +16184,8 @@ static const char *alc662_models[ALC662_MODEL_LAST] = { | |||
16184 | [ALC663_ASUS_MODE4] = "asus-mode4", | 16184 | [ALC663_ASUS_MODE4] = "asus-mode4", |
16185 | [ALC663_ASUS_MODE5] = "asus-mode5", | 16185 | [ALC663_ASUS_MODE5] = "asus-mode5", |
16186 | [ALC663_ASUS_MODE6] = "asus-mode6", | 16186 | [ALC663_ASUS_MODE6] = "asus-mode6", |
16187 | [ALC272_DELL] = "dell", | ||
16188 | [ALC272_DELL_ZM1] = "dell-zm1", | ||
16187 | [ALC662_AUTO] = "auto", | 16189 | [ALC662_AUTO] = "auto", |
16188 | }; | 16190 | }; |
16189 | 16191 | ||