From: Daniel Chen <seven.steps@gmail.com>
To: Takashi Iwai <tiwai@suse.de>,
stable@kernel.org, Christian Mehlis <mehlis@inf.fu-berlin.de>
Cc: alsa-devel <alsa-devel@alsa-project.org>
Subject: [PATCH] ALSA: hda: Use LPIB for a Shuttle device
Date: Sat, 29 May 2010 11:14:58 -0400 [thread overview]
Message-ID: <AANLkTilAF7_JSrxjRxK2fjJO9_KQlTs2XwyMRMsVwhkB@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 237 bytes --]
Hi,
Attached please find a patch against current sound-2.6 master that
fixes audio anomalies and PulseAudio crashing by specifying LPIB
method explicitly. Please apply.
This patch is applicable to all 2.6.3x stable series.
Best,
-Dan
[-- Attachment #2: 0001-ALSA-hda-Use-LPIB-for-a-Shuttle-device.patch --]
[-- Type: text/x-patch, Size: 1599 bytes --]
From 3f88418b6d4002115dc59cfcf13b00e121319f9c Mon Sep 17 00:00:00 2001
From: Daniel T Chen <crimsun@ubuntu.com>
Date: Sat, 29 May 2010 11:04:11 -0400
Subject: [PATCH] ALSA: hda: Use LPIB for a Shuttle device
BugLink: https://launchpad.net/bugs/551949
Symptom: On the reporter's Shuttle device, using PulseAudio in Ubuntu
10.04 LTS results in "popping clicking" audio with the PA crashing
shortly thereafter.
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 volume with PulseAudio.
Resolution: add SSID for this machine to the position_fix quirk table,
explicitly specifying the LPIB method.
Reported-and-Tested-By: Christian Mehlis <mehlis@inf.fu-berlin.de>
Cc: <stable@kernel.org>
Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
---
sound/pci/hda/hda_intel.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index e1ff2b8..dc79564 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2291,6 +2291,7 @@ static struct snd_pci_quirk position_fix_list[] __devinitdata = {
SND_PCI_QUIRK(0x104d, 0x9069, "Sony VPCS11V9E", POS_FIX_LPIB),
SND_PCI_QUIRK(0x1106, 0x3288, "ASUS M2V-MX SE", POS_FIX_LPIB),
SND_PCI_QUIRK(0x1179, 0xff10, "Toshiba A100-259", POS_FIX_LPIB),
+ SND_PCI_QUIRK(0x1297, 0x3166, "Shuttle", POS_FIX_LPIB),
SND_PCI_QUIRK(0x1458, 0xa022, "ga-ma770-ud3", POS_FIX_LPIB),
SND_PCI_QUIRK(0x1462, 0x1002, "MSI Wind U115", POS_FIX_LPIB),
SND_PCI_QUIRK(0x1565, 0x820f, "Biostar Microtech", POS_FIX_LPIB),
--
1.7.0.4
[-- Attachment #3: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
next reply other threads:[~2010-05-29 15:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-29 15:14 Daniel Chen [this message]
2010-05-31 7:19 ` [PATCH] ALSA: hda: Use LPIB for a Shuttle device Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=AANLkTilAF7_JSrxjRxK2fjJO9_KQlTs2XwyMRMsVwhkB@mail.gmail.com \
--to=seven.steps@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=mehlis@inf.fu-berlin.de \
--cc=stable@kernel.org \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).