public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* PATCH: 2.6.10: i810 more AC97 tunings
@ 2004-12-26 23:41 Alan Cox
  2004-12-27 14:10 ` [Alsa-devel] " Takashi Iwai
  2004-12-27 15:24 ` John W. Linville
  0 siblings, 2 replies; 4+ messages in thread
From: Alan Cox @ 2004-12-26 23:41 UTC (permalink / raw)
  To: torvalds, Linux Kernel Mailing List, alsa-devel

Add some more funky AC97 knowledge to the intel8x0 driver. These come
from Red Hat and its partners and are included in our shipping code.

Signed-off-by: Alan Cox <alan@redhat.com>

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.10/sound/pci/intel8x0.c linux-2.6.10/sound/pci/intel8x0.c
--- linux.vanilla-2.6.10/sound/pci/intel8x0.c	2004-12-25 21:15:54.000000000 +0000
+++ linux-2.6.10/sound/pci/intel8x0.c	2004-12-26 16:56:04.660850232 +0000
@@ -1880,6 +1880,24 @@
 		.type = AC97_TUNE_HP_ONLY
 	},
 #endif
+	{
+		.vendor = 0x1028,
+		.device = 0x012d,
+		.name = "Dell Precision 450",	/* AD1981B*/
+		.type = AC97_TUNE_HP_ONLY
+	},
+	{
+		.vendor = 0x103c,
+		.device = 0x3008,
+		.name = "HP xw4200",	/* AD1981B*/
+		.type = AC97_TUNE_HP_ONLY
+	},
+	{
+		.vendor = 0x103c,
+		.device = 0x12f1,
+		.name = "HP xw8200",	/* AD1981B*/
+		.type = AC97_TUNE_HP_ONLY
+	},
 	{ } /* terminator */
 };
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Alsa-devel] PATCH: 2.6.10: i810 more AC97 tunings
  2004-12-26 23:41 PATCH: 2.6.10: i810 more AC97 tunings Alan Cox
@ 2004-12-27 14:10 ` Takashi Iwai
  2004-12-27 14:18   ` Alan Cox
  2004-12-27 15:24 ` John W. Linville
  1 sibling, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2004-12-27 14:10 UTC (permalink / raw)
  To: Alan Cox; +Cc: torvalds, Linux Kernel Mailing List, alsa-devel

At Sun, 26 Dec 2004 23:41:38 +0000,
Alan Cox wrote:
> 
> Add some more funky AC97 knowledge to the intel8x0 driver. These come
> from Red Hat and its partners and are included in our shipping code.

These entries seem to be already included in 2.6.10.
Note that the quirk list is sorted in the order of vendor id.


Takashi

> 
> Signed-off-by: Alan Cox <alan@redhat.com>
> 
> diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.10/sound/pci/intel8x0.c linux-2.6.10/sound/pci/intel8x0.c
> --- linux.vanilla-2.6.10/sound/pci/intel8x0.c	2004-12-25 21:15:54.000000000 +0000
> +++ linux-2.6.10/sound/pci/intel8x0.c	2004-12-26 16:56:04.660850232 +0000
> @@ -1880,6 +1880,24 @@
>  		.type = AC97_TUNE_HP_ONLY
>  	},
>  #endif
> +	{
> +		.vendor = 0x1028,
> +		.device = 0x012d,
> +		.name = "Dell Precision 450",	/* AD1981B*/
> +		.type = AC97_TUNE_HP_ONLY
> +	},
> +	{
> +		.vendor = 0x103c,
> +		.device = 0x3008,
> +		.name = "HP xw4200",	/* AD1981B*/
> +		.type = AC97_TUNE_HP_ONLY
> +	},
> +	{
> +		.vendor = 0x103c,
> +		.device = 0x12f1,
> +		.name = "HP xw8200",	/* AD1981B*/
> +		.type = AC97_TUNE_HP_ONLY
> +	},
>  	{ } /* terminator */
>  };
>  
> 
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now. 
> http://productguide.itmanagersjournal.com/
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Alsa-devel] PATCH: 2.6.10: i810 more AC97 tunings
  2004-12-27 14:10 ` [Alsa-devel] " Takashi Iwai
@ 2004-12-27 14:18   ` Alan Cox
  0 siblings, 0 replies; 4+ messages in thread
From: Alan Cox @ 2004-12-27 14:18 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: torvalds, Linux Kernel Mailing List, alsa-devel

On Llu, 2004-12-27 at 14:10, Takashi Iwai wrote:
> At Sun, 26 Dec 2004 23:41:38 +0000,
> Alan Cox wrote:
> > 
> > Add some more funky AC97 knowledge to the intel8x0 driver. These come
> > from Red Hat and its partners and are included in our shipping code.
> 
> These entries seem to be already included in 2.6.10.
> Note that the quirk list is sorted in the order of vendor id.


Thanks. Will double check and drop.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: PATCH: 2.6.10: i810 more AC97 tunings
  2004-12-26 23:41 PATCH: 2.6.10: i810 more AC97 tunings Alan Cox
  2004-12-27 14:10 ` [Alsa-devel] " Takashi Iwai
@ 2004-12-27 15:24 ` John W. Linville
  1 sibling, 0 replies; 4+ messages in thread
From: John W. Linville @ 2004-12-27 15:24 UTC (permalink / raw)
  To: Alan Cox; +Cc: torvalds, Linux Kernel Mailing List, alsa-devel

On Sun, Dec 26, 2004 at 11:41:38PM +0000, Alan Cox wrote:
> Add some more funky AC97 knowledge to the intel8x0 driver. These come
> from Red Hat and its partners and are included in our shipping code.
 
Actually, I think all of those are already in 2.6.10, just higher up in the list.

John
-- 
John W. Linville
linville@tuxdriver.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-12-27 15:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-26 23:41 PATCH: 2.6.10: i810 more AC97 tunings Alan Cox
2004-12-27 14:10 ` [Alsa-devel] " Takashi Iwai
2004-12-27 14:18   ` Alan Cox
2004-12-27 15:24 ` John W. Linville

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox