* [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; 4+ 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] 4+ messages in thread
* Re: [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, 0 replies; 4+ 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] 4+ messages in thread
* [PATCH] enable ac97_quirk hp_only for Acer Aspire 3003LCi
@ 2005-10-07 8:23 Dick Streefland
2005-10-07 11:02 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Dick Streefland @ 2005-10-07 8:23 UTC (permalink / raw)
To: alsa-devel
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 */
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] enable ac97_quirk hp_only for Acer Aspire 3003LCi
2005-10-07 8:23 [PATCH] enable ac97_quirk hp_only for Acer Aspire 3003LCi Dick Streefland
@ 2005-10-07 11:02 ` Takashi Iwai
0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2005-10-07 11:02 UTC (permalink / raw)
To: Dick Streefland; +Cc: alsa-devel
At Fri, 7 Oct 2005 10:23:45 +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>
Thanks, applied to ALSA tree.
Takashi
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-10-07 11:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-07 8:23 [PATCH] enable ac97_quirk hp_only for Acer Aspire 3003LCi Dick Streefland
2005-10-07 11:02 ` Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2005-10-06 19:26 Dick Streefland
2005-10-07 2:11 ` Lee Revell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.