]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: hda: Fix 0 dB offset for Lenovo Thinkpad models using AD1981
authorDaniel T Chen <crimsun@ubuntu.com>
Tue, 30 Mar 2010 17:29:28 +0000 (13:29 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 26 Apr 2010 14:47:50 +0000 (07:47 -0700)
commit6658958a7f9a980b50037d721ea248232821e72c
tree573c485b0c37c99acb2a8a9d842bbd90a86a4449
parentc352b9625ae8fcf8b9c7f2c6bb8aee14ef5af9b6
ALSA: hda: Fix 0 dB offset for Lenovo Thinkpad models using AD1981

commit b8e80cf386419453678b01bef830f53445ebb15d upstream.

BugLink: https://launchpad.net/bugs/551606
The OR's hardware distorts at PCM 100% because it does not correspond to
0 dB. Fix this in patch_ad1981() for all models using the Thinkpad
quirk.

Reported-by: Jane Silber
Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/pci/hda/patch_analog.c