* [PATCH] VIA DXS whitelist for MiTAC notebook (ALSA)
@ 2005-03-03 22:24 Roman I Khimov
0 siblings, 0 replies; 4+ messages in thread
From: Roman I Khimov @ 2005-03-03 22:24 UTC (permalink / raw)
To: alsa-devel, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1077 bytes --]
Adds MiTAC S2054S DXS whitelist entry in VIA sound driver (ALSA).
Signed-off-by: Roman I Khimov <khimov@3os.ru>
--- linux-2.6.11/sound/pci/via82xx.c.old 2005-03-04 01:14:27.774913928 +0300
+++ linux-2.6.11/sound/pci/via82xx.c 2005-03-04 01:16:00.290849368 +0300
@@ -2106,6 +2106,7 @@ static int __devinit check_dxs_list(stru
{ .vendor = 0x1043, .device = 0x80b0, .action = VIA_DXS_NO_VRA }, /* ASUS A7V600 & K8V*/
{ .vendor = 0x1071, .device = 0x8375, .action = VIA_DXS_NO_VRA }, /* Vobis/Yakumo/Mitac notebook */
{ .vendor = 0x10cf, .device = 0x118e, .action = VIA_DXS_ENABLE }, /* FSC laptop */
+ { .vendor = 0x1106, .device = 0x3059, .action = VIA_DXS_NO_VRA }, /* MiTAC S2054S notebook */
{ .vendor = 0x1106, .device = 0x4161, .action = VIA_DXS_NO_VRA }, /* ASRock K7VT2 */
{ .vendor = 0x1106, .device = 0x4552, .action = VIA_DXS_NO_VRA }, /* QDI Kudoz 7X/600-6AL */
{ .vendor = 0x1106, .device = 0xaa01, .action = VIA_DXS_NO_VRA }, /* EPIA MII */
--
Roman.
http://www.3os.ru/ http://www.osrc.info/
gpg --recv-keys 0xE5E055C3
[-- Attachment #2: Эта часть сообщения подписана цифровой подписью --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] VIA DXS whitelist for MiTAC notebook (ALSA)
@ 2005-03-03 23:25 Roman I Khimov
2005-03-08 15:55 ` Takashi Iwai
2005-03-09 10:10 ` Roman I Khimov
0 siblings, 2 replies; 4+ messages in thread
From: Roman I Khimov @ 2005-03-03 23:25 UTC (permalink / raw)
To: alsa-devel; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1077 bytes --]
Adds MiTAC S2054S DXS whitelist entry in VIA sound driver (ALSA).
Signed-off-by: Roman I Khimov <khimov@3os.ru>
--- linux-2.6.11/sound/pci/via82xx.c.old 2005-03-04 01:14:27.774913928 +0300
+++ linux-2.6.11/sound/pci/via82xx.c 2005-03-04 01:16:00.290849368 +0300
@@ -2106,6 +2106,7 @@ static int __devinit check_dxs_list(stru
{ .vendor = 0x1043, .device = 0x80b0, .action = VIA_DXS_NO_VRA }, /* ASUS A7V600 & K8V*/
{ .vendor = 0x1071, .device = 0x8375, .action = VIA_DXS_NO_VRA }, /* Vobis/Yakumo/Mitac notebook */
{ .vendor = 0x10cf, .device = 0x118e, .action = VIA_DXS_ENABLE }, /* FSC laptop */
+ { .vendor = 0x1106, .device = 0x3059, .action = VIA_DXS_NO_VRA }, /* MiTAC S2054S notebook */
{ .vendor = 0x1106, .device = 0x4161, .action = VIA_DXS_NO_VRA }, /* ASRock K7VT2 */
{ .vendor = 0x1106, .device = 0x4552, .action = VIA_DXS_NO_VRA }, /* QDI Kudoz 7X/600-6AL */
{ .vendor = 0x1106, .device = 0xaa01, .action = VIA_DXS_NO_VRA }, /* EPIA MII */
--
Roman.
http://www.3os.ru/ http://www.osrc.info/
gpg --recv-keys 0xE5E055C3
[-- Attachment #2: Эта часть сообщения подписана цифровой подписью --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] VIA DXS whitelist for MiTAC notebook (ALSA)
2005-03-03 23:25 [PATCH] VIA DXS whitelist for MiTAC notebook (ALSA) Roman I Khimov
@ 2005-03-08 15:55 ` Takashi Iwai
2005-03-09 10:10 ` Roman I Khimov
1 sibling, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2005-03-08 15:55 UTC (permalink / raw)
To: khimov; +Cc: alsa-devel
At Fri, 04 Mar 2005 02:25:48 +0300,
Roman I Khimov wrote:
>
> [1 <text/plain (quoted-printable)>]
> Adds MiTAC S2054S DXS whitelist entry in VIA sound driver (ALSA).
>
> Signed-off-by: Roman I Khimov <khimov@3os.ru>
>
> --- linux-2.6.11/sound/pci/via82xx.c.old 2005-03-04 01:14:27.774913928 +0300
> +++ linux-2.6.11/sound/pci/via82xx.c 2005-03-04 01:16:00.290849368 +0300
> @@ -2106,6 +2106,7 @@ static int __devinit check_dxs_list(stru
> { .vendor = 0x1043, .device = 0x80b0, .action = VIA_DXS_NO_VRA }, /* ASUS A7V600 & K8V*/
> { .vendor = 0x1071, .device = 0x8375, .action = VIA_DXS_NO_VRA }, /* Vobis/Yakumo/Mitac notebook */
> { .vendor = 0x10cf, .device = 0x118e, .action = VIA_DXS_ENABLE }, /* FSC laptop */
> + { .vendor = 0x1106, .device = 0x3059, .action = VIA_DXS_NO_VRA }, /* MiTAC S2054S notebook */
Are you sure that this number is correct?
It looks like the PCI device/vendor IDs of VIA823x, not the PCI
subsystem vendor/device IDs.
Also, the mail was in quoted-printable, and the patch couldn't be
applied cleanly. If a plain text is difficult, please use the
attachment.
thanks,
Takashi
-------------------------------------------------------
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] VIA DXS whitelist for MiTAC notebook (ALSA)
2005-03-03 23:25 [PATCH] VIA DXS whitelist for MiTAC notebook (ALSA) Roman I Khimov
2005-03-08 15:55 ` Takashi Iwai
@ 2005-03-09 10:10 ` Roman I Khimov
1 sibling, 0 replies; 4+ messages in thread
From: Roman I Khimov @ 2005-03-09 10:10 UTC (permalink / raw)
To: alsa-devel
[-- Attachment #1: Type: text/plain, Size: 276 bytes --]
В Птн, 04.03.2005, в 02:25, Roman I Khimov пишет:
> Adds MiTAC S2054S DXS whitelist entry in VIA sound driver (ALSA).
Never apply, it's broken. Sorry, that was my mistake.
--
Roman.
http://www.3os.ru/ http://www.osrc.info/
gpg --recv-keys 0xE5E055C3
[-- Attachment #2: Эта часть сообщения подписана цифровой подписью --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-03-09 10:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-03 23:25 [PATCH] VIA DXS whitelist for MiTAC notebook (ALSA) Roman I Khimov
2005-03-08 15:55 ` Takashi Iwai
2005-03-09 10:10 ` Roman I Khimov
-- strict thread matches above, loose matches on Subject: below --
2005-03-03 22:24 Roman I Khimov
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.