]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda/realtek - Fix COEF widget NID for ALC260 replacer fixup
authorTakashi Iwai <tiwai@suse.de>
Mon, 2 Jun 2014 13:16:07 +0000 (15:16 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 2 Jun 2014 14:48:28 +0000 (16:48 +0200)
commit6ee18dbec4f2045bc25ae1f2f3d3ffcef7345d62
tree1575e420180d98042ac4d7b56287f65e8560a2cc
parent90ff34ea30ddbd52757f55c9e956726952581cde
ALSA: hda/realtek - Fix COEF widget NID for ALC260 replacer fixup

The conversion to a fixup table for Replacer model with ALC260 in
commit 9ef8183d took the wrong widget NID for COEF setups.  Namely,
NID 0x1a should have been used instead of NID 0x20, which is the
common node for all Realtek codecs but ALC260.

Fixes: 9ef8183d16fd ('ALSA: hda/realtek - Replace ALC260 model=replacer with the auto-parser')
Cc: <stable@vger.kernel.org> [v3.4+]
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c