]> git.ipfire.org Git - people/arne_f/kernel.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:10:59 +0000 (11:10 -0700)
commitf68e3e74b18da06da471bfca64aad96692d88492
tree620ba038b46160d630411c277f91c1abb5e33fe5
parentb6d1fd29840e29d1a87d0ab15ee1ccc90ea15ec4
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