aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_analog.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/patch_analog.c')
-rw-r--r--sound/pci/hda/patch_analog.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index b174eb1567b8..819d4a98abaf 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -281,11 +281,11 @@ static const struct hda_fixup ad1986a_fixups[] = {
281 .v.pins = (const struct hda_pintbl[]) { 281 .v.pins = (const struct hda_pintbl[]) {
282 { 0x1a, 0x02214021 }, /* headphone */ 282 { 0x1a, 0x02214021 }, /* headphone */
283 { 0x1b, 0x01014011 }, /* front */ 283 { 0x1b, 0x01014011 }, /* front */
284 { 0x1c, 0x01013012 }, /* surround */ 284 { 0x1c, 0x01813030 }, /* line-in */
285 { 0x1d, 0x01019015 }, /* clfe */ 285 { 0x1d, 0x01a19020 }, /* rear mic */
286 { 0x1e, 0x411111f0 }, /* N/A */ 286 { 0x1e, 0x411111f0 }, /* N/A */
287 { 0x1f, 0x02a190f0 }, /* mic */ 287 { 0x1f, 0x02a190f0 }, /* mic */
288 { 0x20, 0x018130f0 }, /* line-in */ 288 { 0x20, 0x411111f0 }, /* N/A */
289 {} 289 {}
290 }, 290 },
291 }, 291 },