]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: hda: Use LPIB for Acer Aspire 5110
authorDaniel T Chen <crimsun@ubuntu.com>
Sat, 22 May 2010 16:05:41 +0000 (12:05 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Jul 2010 18:22:01 +0000 (11:22 -0700)
commit9d1312a1ec0f9af722ff6b5fd010e7e89328d51e
tree174b1b4f08b9d5c51a32824892793cc4581b79e1
parent0596f63086c5ba313b0ffd68d86e878ceabb9f68
ALSA: hda: Use LPIB for Acer Aspire 5110

commit 7a68be94e22e7643038726ebc14360752a91800b upstream.

BugLink: https://launchpad.net/bugs/583983
Symptom: on a significant number of hardware, booting from a live cd
results in capture working correctly, but once the distribution is
installed, booting from the install results in capture not working.

Test case: boot from Ubuntu 10.04 LTS live cd; capture works correctly.
Install to HD and reboot; capture does not work. Reproduced with 2.6.32
mainline build (vanilla kernel.org compile).

Resolution: add SSID for Acer Aspire 5110 to the position_fix quirk
table, explicitly specifying the LPIB method.

I'll be sending additional patches for these SSIDs as bug reports are
confirmed.

Reported-and-Tested-By: Leo
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/hda_intel.c