]> git.karo-electronics.de Git - karo-tx-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:15:57 +0000 (11:15 -0700)
commitbd0d12e4df6840300b377ed24cb394019ee74f66
treef3c3f32d1dced818687680e983dd5a7f64c60339
parent7fad76121d3b081e658a7616ea79650ca943a984
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