]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: hda: Fix 0 dB offset for HP laptops using CX20551 (Waikiki)
authorDaniel T Chen <crimsun@ubuntu.com>
Sun, 21 Mar 2010 22:34:43 +0000 (18:34 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 1 Apr 2010 23:01:25 +0000 (16:01 -0700)
commitabeb14b4b0db8d303e407705a42bafafef65180e
tree5deb545f1119dca5c4e6903b2a89d31dc1b5945a
parent408fdc3e050451c81719eaa949d9d2082a8f9ecd
ALSA: hda: Fix 0 dB offset for HP laptops using CX20551 (Waikiki)

commit 025f206c9e0f96cc41567b01c07fb852d8900da1 upstream.

BugLink: https://launchpad.net/bugs/420578
The OR has verified that his hardware distorts because of the 0 dB
offset not corresponding to the highest PCM level. Fix this by capping
said PCM level to 0 dB similarly to what we do for CX20549 (Venice).

Reported-by: Mike Pontillo <pontillo@gmail.com>
Tested-by: Mike Pontillo <pontillo@gmail.com>
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_conexant.c