* [patch] hda: fix typo for xw4400 PCI sub-ID
@ 2006-11-01 16:02 John W. Linville
2006-11-06 13:57 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: John W. Linville @ 2006-11-01 16:02 UTC (permalink / raw)
To: alsa-devel; +Cc: perex
The PCI sub-device ID for the HP xw4400 is actually 0x280c.
Signed-off-by: John W. Linville <linville@tuxdriver.com>
---
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 84a3eb8..020a487 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -5870,7 +5870,7 @@ static struct hda_board_config alc262_cf
{ .pci_subvendor = 0x10cf, .pci_subdevice = 0x1397,
.config = ALC262_FUJITSU },
{ .modelname = "hp-bpc", .config = ALC262_HP_BPC },
- { .pci_subvendor = 0x103c, .pci_subdevice = 0x208c,
+ { .pci_subvendor = 0x103c, .pci_subdevice = 0x280c,
.config = ALC262_HP_BPC }, /* xw4400 */
{ .pci_subvendor = 0x103c, .pci_subdevice = 0x3014,
.config = ALC262_HP_BPC }, /* xw6400 */
--
John W. Linville
linville@tuxdriver.com
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [patch] hda: fix typo for xw4400 PCI sub-ID
2006-11-01 16:02 [patch] hda: fix typo for xw4400 PCI sub-ID John W. Linville
@ 2006-11-06 13:57 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2006-11-06 13:57 UTC (permalink / raw)
To: John W. Linville; +Cc: alsa-devel, perex
At Wed, 1 Nov 2006 11:02:07 -0500,
John W. Linville wrote:
>
> The PCI sub-device ID for the HP xw4400 is actually 0x280c.
>
> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Applied to ALSA repo. Thanks.
Takashi
> ---
>
> diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
> index 84a3eb8..020a487 100644
> --- a/sound/pci/hda/patch_realtek.c
> +++ b/sound/pci/hda/patch_realtek.c
> @@ -5870,7 +5870,7 @@ static struct hda_board_config alc262_cf
> { .pci_subvendor = 0x10cf, .pci_subdevice = 0x1397,
> .config = ALC262_FUJITSU },
> { .modelname = "hp-bpc", .config = ALC262_HP_BPC },
> - { .pci_subvendor = 0x103c, .pci_subdevice = 0x208c,
> + { .pci_subvendor = 0x103c, .pci_subdevice = 0x280c,
> .config = ALC262_HP_BPC }, /* xw4400 */
> { .pci_subvendor = 0x103c, .pci_subdevice = 0x3014,
> .config = ALC262_HP_BPC }, /* xw6400 */
> --
> John W. Linville
> linville@tuxdriver.com
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
>
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-11-06 13:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-01 16:02 [patch] hda: fix typo for xw4400 PCI sub-ID John W. Linville
2006-11-06 13:57 ` Takashi Iwai
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.