From 8bbfeee7e5692ff7e0508f4ac67f62845db51c1e Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 17 Dec 2012 20:06:49 +0100 Subject: [PATCH] --- yaml --- r: 347447 b: refs/heads/master c: b78562b10fa66175e30b76073e32a0ad8d92aa83 h: refs/heads/master i: 347445: 6ab928c80725de40d50cad6361ccf3d4e43d90ce 347443: b2d4d60668abd3d1967067832eb1a5a5c13836d6 347439: bb0f6462cbef8a413b867baccefff2ae80b2a865 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_realtek.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 1f1fe2f0503b..e109e72de268 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1098b7c2285d6d4c0d523563be580a56b07f11c7 +refs/heads/master: b78562b10fa66175e30b76073e32a0ad8d92aa83 diff --git a/trunk/sound/pci/hda/patch_realtek.c b/trunk/sound/pci/hda/patch_realtek.c index 16d210a7f158..6ee34593774a 100644 --- a/trunk/sound/pci/hda/patch_realtek.c +++ b/trunk/sound/pci/hda/patch_realtek.c @@ -6570,8 +6570,8 @@ static void alc861vd_fixup_dallas(struct hda_codec *codec, const struct alc_fixup *fix, int action) { if (action == ALC_FIXUP_ACT_PRE_PROBE) { - snd_hda_override_pin_caps(codec, 0x18, 0x00001714); - snd_hda_override_pin_caps(codec, 0x19, 0x0000171c); + snd_hda_override_pin_caps(codec, 0x18, 0x00000734); + snd_hda_override_pin_caps(codec, 0x19, 0x0000073c); } }