projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8b53bf
)
ALSA: hda/realtek - Fix typo of pincfg for Dell quirk
author
Shih-Yuan Lee (FourDollars)
<sylee@canonical.com>
Mon, 3 Jul 2017 06:13:29 +0000
(14:13 +0800)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 3 Jul 2017 07:14:29 +0000
(09:14 +0200)
The PIN number for Dell headset mode of ALC3271 is wrong.
Fixes: fcc6c877a01f ("ALSA: hda/realtek - Support Dell headset mode for ALC3271")
Signed-off-by: Shih-Yuan Lee (FourDollars) <sylee@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index c39bc497650cfe5116d5c4e8e01ac01dc99aa65f..d0cf1f39c346152e9e2dbc8ea6dd54d4c2cfa801 100644
(file)
--- a/
sound/pci/hda/patch_realtek.c
+++ b/
sound/pci/hda/patch_realtek.c
@@
-6553,7
+6553,7
@@
static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
SND_HDA_PIN_QUIRK(0x10ec0299, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE,
ALC225_STANDARD_PINS,
{0x12, 0xb7a60130},
- {0x13, 0xb8a6
0
140},
+ {0x13, 0xb8a6
1
140},
{0x17, 0x90170110}),
{}
};