* [PATCH] enable ac97_quirk hp_only for Acer Aspire 3003LCi
@ 2005-10-06 19:26 Dick Streefland
2005-10-07 2:11 ` Lee Revell
0 siblings, 1 reply; 2+ messages in thread
From: Dick Streefland @ 2005-10-06 19:26 UTC (permalink / raw)
To: linux-kernel
On my Acer Aspire 3003LCi laptop, the speaker volume is not controlled
by the master control, but by the headphone control. Enabling the
"hp_only" quirk corrects this. The patch below adds this device to the
list of known quirks.
Signed-off-by: Dick Streefland <dick@streefland.net>
--- linux-2.6.13.2/sound/pci/intel8x0.c.orig 2005-09-29 21:44:46.000000000 +0200
+++ linux-2.6.13.2/sound/pci/intel8x0.c 2005-10-06 02:06:58.000000000 +0200
@@ -1750,6 +1750,12 @@ static struct ac97_quirk ac97_quirks[] _
.type = AC97_TUNE_ALC_JACK
},
{
+ .subvendor = 0x1025,
+ .subdevice = 0x0083,
+ .name = "Acer Aspire 3003LCi",
+ .type = AC97_TUNE_HP_ONLY
+ },
+ {
.subvendor = 0x1028,
.subdevice = 0x00d8,
.name = "Dell Precision 530", /* AD1885 */
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] enable ac97_quirk hp_only for Acer Aspire 3003LCi
2005-10-06 19:26 [PATCH] enable ac97_quirk hp_only for Acer Aspire 3003LCi Dick Streefland
@ 2005-10-07 2:11 ` Lee Revell
0 siblings, 0 replies; 2+ messages in thread
From: Lee Revell @ 2005-10-07 2:11 UTC (permalink / raw)
To: Dick Streefland; +Cc: linux-kernel
On Thu, 2005-10-06 at 21:26 +0200, Dick Streefland wrote:
> On my Acer Aspire 3003LCi laptop, the speaker volume is not controlled
> by the master control, but by the headphone control. Enabling the
> "hp_only" quirk corrects this. The patch below adds this device to the
> list of known quirks.
>
> Signed-off-by: Dick Streefland <dick@streefland.net>
Please send sound patches to alsa-devel at lists.sourceforge.net, not to
LKML.
Lee
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-10-07 7:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-06 19:26 [PATCH] enable ac97_quirk hp_only for Acer Aspire 3003LCi Dick Streefland
2005-10-07 2:11 ` Lee Revell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox