]> www.infradead.org Git - users/dwmw2/linux.git/commit
ALSA: hda: Use LPIB for an ASUS device
authorDaniel T Chen <crimsun@ubuntu.com>
Sun, 30 May 2010 05:17:03 +0000 (01:17 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Jul 2010 18:22:40 +0000 (11:22 -0700)
commit743f8ea44c3cbb8e2a8f032efa2c6e3744c758b9
tree8a065cceb663b87ffd185b7f9b51e3af2f3465c2
parent4cf008cd7473e60fdeea935f0cdb5e493e3164c2
ALSA: hda: Use LPIB for an ASUS device

commit dd37f8e8659bc617c3f2a84e007a4824ccdac458 upstream.

BugLink: https://launchpad.net/bugs/465942
Symptom: On the reporter's ASUS device, using PulseAudio in Ubuntu 10.04
LTS results in the PA daemon crashing shortly after attempting to select
capture or to configure the audio hardware profile.

Test case: Using Ubuntu 10.04 LTS (Linux 2.6.32.12), Linux 2.6.33, or
Linux 2.6.34, adjust the HDA device's capture volume with PulseAudio.

Resolution: add SSID for this machine to the position_fix quirk table,
explicitly specifying the LPIB method.

Reported-and-Tested-By: Irihapeti
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