projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e3ae6f
)
ALSA: hda - Correct AD1986A 3stack pin configs
author
Takashi Iwai
<tiwai@suse.de>
Tue, 7 Jan 2014 16:48:11 +0000
(17:48 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 8 Jan 2014 08:59:32 +0000
(09:59 +0100)
The 3stack pin configs for AD1986A codec had incorrect values that
resulted in broken mic and line-in.
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=66621
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_analog.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_analog.c
b/sound/pci/hda/patch_analog.c
index
b174eb1
..
819d4a9
100644
(file)
--- 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[] = {
.v.pins = (const struct hda_pintbl[]) {
{ 0x1a, 0x02214021 }, /* headphone */
{ 0x1b, 0x01014011 }, /* front */
- { 0x1c, 0x01
013012 }, /* surround
*/
- { 0x1d, 0x01
019015 }, /* clfe
*/
+ { 0x1c, 0x01
813030 }, /* line-in
*/
+ { 0x1d, 0x01
a19020 }, /* rear mic
*/
{ 0x1e, 0x411111f0 }, /* N/A */
{ 0x1f, 0x02a190f0 }, /* mic */
- { 0x20, 0x
018130f0 }, /* line-in
*/
+ { 0x20, 0x
411111f0 }, /* N/A
*/
{}
},
},