]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: hda: Use LPIB for Sony VPCS11V9E
authorDaniel T Chen <crimsun@ubuntu.com>
Thu, 27 May 2010 22:32:18 +0000 (18:32 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Jul 2010 18:22:01 +0000 (11:22 -0700)
commite90c613ecc211ca08430c73feec7a3449658d1e4
tree1f74f71be637bfa6f0d69915d5c99bdd82f58384
parent9d1312a1ec0f9af722ff6b5fd010e7e89328d51e
ALSA: hda: Use LPIB for Sony VPCS11V9E

commit e96d3127760a2fc509bca6bf7e61e8bc61497aeb upstream.

BugLink: https://launchpad.net/bugs/586347
Symptom: On the Sony VPCS11V9E, using GStreamer-based applications with
PulseAudio in Ubuntu 10.04 LTS results in stuttering audio. It appears
to worsen with increased I/O.

Test case: use Rhythmbox under increased I/O pressure. This symptom is
reproducible in the current daily stable alsa-driver snapshots (at least
up until 21 May 2010; later snapshots fail to build from source due to
missing preprocessor directives when compiled against 2.6.32).

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

Reported-and-Tested-By: Lauri Kainulainen <lauri@sokkelo.net>
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