* [Ubuntu PATCH] sound/pci/: Add hp_only quirk for Dell D800 laptops
@ 2006-06-14 23:23 Randy Dunlap
2006-06-16 10:14 ` [Alsa-devel] " Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2006-06-14 23:23 UTC (permalink / raw)
To: lkml, alsa-devel; +Cc: akpm, perex
From: crimsun@fungus.sh.nu <crimsun@fungus.sh.nu>
[UBUNTU:sound/pci/] Add hp_only quirk for Dell D800 laptops
UpstreamStatus: Not merged
http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=9ad787cd9670c3f3b8f3db235e84baf00a2ea526
Anders Ostling comments in Malone #41015 that his Dell D800 laptop's
volume control works correctly when the hp_only quirk is passed to
modprobe. This commit adds his hardware's sub{vendor,device} ids to
the quirk list for the intel8x0 driver.
Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
Signed-off-by: Ben Collins <bcollins@ubuntu.com>
---
--- a/sound/pci/intel8x0.c
+++ b/sound/pci/intel8x0.c
@@ -1758,6 +1758,12 @@ static struct ac97_quirk ac97_quirks[] _
},
{
.subvendor = 0x1028,
+ .subdevice = 0x014e,
+ .name = "Dell D800", /* STAC9750/51 */
+ .type = AC97_TUNE_HP_ONLY
+ },
+ {
+ .subvendor = 0x1028,
.subdevice = 0x0163,
.name = "Dell Unknown", /* STAC9750/51 */
.type = AC97_TUNE_HP_ONLY
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [Alsa-devel] [Ubuntu PATCH] sound/pci/: Add hp_only quirk for Dell D800 laptops
2006-06-14 23:23 [Ubuntu PATCH] sound/pci/: Add hp_only quirk for Dell D800 laptops Randy Dunlap
@ 2006-06-16 10:14 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2006-06-16 10:14 UTC (permalink / raw)
To: Randy Dunlap; +Cc: lkml, alsa-devel, akpm, perex
At Wed, 14 Jun 2006 16:23:21 -0700,
Randy Dunlap wrote:
>
> From: crimsun@fungus.sh.nu <crimsun@fungus.sh.nu>
>
> [UBUNTU:sound/pci/] Add hp_only quirk for Dell D800 laptops
>
> UpstreamStatus: Not merged
> http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=9ad787cd9670c3f3b8f3db235e84baf00a2ea526
>
> Anders Ostling comments in Malone #41015 that his Dell D800 laptop's
> volume control works correctly when the hp_only quirk is passed to
> modprobe. This commit adds his hardware's sub{vendor,device} ids to
> the quirk list for the intel8x0 driver.
>
> Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
> Signed-off-by: Ben Collins <bcollins@ubuntu.com>
Applied to ALSA HG tree. Thanks.
Takashi
> ---
>
> --- a/sound/pci/intel8x0.c
> +++ b/sound/pci/intel8x0.c
> @@ -1758,6 +1758,12 @@ static struct ac97_quirk ac97_quirks[] _
> },
> {
> .subvendor = 0x1028,
> + .subdevice = 0x014e,
> + .name = "Dell D800", /* STAC9750/51 */
> + .type = AC97_TUNE_HP_ONLY
> + },
> + {
> + .subvendor = 0x1028,
> .subdevice = 0x0163,
> .name = "Dell Unknown", /* STAC9750/51 */
> .type = AC97_TUNE_HP_ONLY
>
>
>
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-06-16 10:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-14 23:23 [Ubuntu PATCH] sound/pci/: Add hp_only quirk for Dell D800 laptops Randy Dunlap
2006-06-16 10:14 ` [Alsa-devel] " Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox