Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Jean-Marc Desprez <jean-marc.desprez@wanadoo.fr>
To: alsa-devel@lists.sourceforge.net
Subject: intel8x0
Date: Tue, 16 Dec 2003 22:21:46 +0100	[thread overview]
Message-ID: <3FDF776A.8030403@wanadoo.fr> (raw)

[-- Attachment #1: Type: text/plain, Size: 413 bytes --]

hi,

I have a Dell computer with an onboard sound chip that is controled by 
intel8x0.c, and I noticed that the mixer main volume was ineffective, 
whereas the phone volume seemed to control the main volume.
with a couple of printk, I added a new entry to the quirk table to fix 
the main volume problem (see patch), but I am far from sure it can 
address all the problems

I hope the patch may help ...

regards

[-- Attachment #2: intel8x0.patch --]
[-- Type: text/plain, Size: 391 bytes --]

diff -Naur old/intel8x0.c new/intel8x0.c
--- old/intel8x0.c	2003-12-16 10:22:52.000000000 +0100
+++ new/intel8x0.c	2003-12-16 10:19:26.000000000 +0100
@@ -1690,6 +1690,12 @@
 		.name = "Hewlett-Packard onboard",
 		.type = AC97_TUNE_HP_ONLY
 	},
+	{
+		.vendor = 0x1028, 
+		.device = 0x0151, 
+		.name = "Intel i810 82801EB", 
+		.type = AC97_TUNE_SWAP_HP
+	},
 	{ } /* terminator */
 };
 

                 reply	other threads:[~2003-12-16 21:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=3FDF776A.8030403@wanadoo.fr \
    --to=jean-marc.desprez@wanadoo.fr \
    --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