alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Dick Streefland <dick@streefland.net>
To: alsa-devel@lists.sourceforge.net
Subject: [PATCH] enable ac97_quirk hp_only for Acer Aspire 3003LCi
Date: Fri, 7 Oct 2005 10:23:45 +0200	[thread overview]
Message-ID: <20051007082345.GA1735@marvin.de.bilt> (raw)

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

             reply	other threads:[~2005-10-07  8:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-07  8:23 Dick Streefland [this message]
2005-10-07 11:02 ` [PATCH] enable ac97_quirk hp_only for Acer Aspire 3003LCi 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=20051007082345.GA1735@marvin.de.bilt \
    --to=dick@streefland.net \
    --cc=alsa-devel@lists.sourceforge.net \
    /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).