* [PATCH 2.6.18] hda_intel: add ATI RS690 HDMI audio support
@ 2006-10-13 15:38 Luugi Marsan
2006-10-13 15:47 ` Lee Revell
0 siblings, 1 reply; 3+ messages in thread
From: Luugi Marsan @ 2006-10-13 15:38 UTC (permalink / raw)
To: linux-kernel
This patch adds support for the HDMI codec of the ATI RS690 IGP
northbridge.
Signed-off-by: Felix Kuehling <fkuehlin@ati.com>
diff -urN vanilla/sound/pci/hda/hda_intel.c
linux-2.6.18.x86_64/sound/pci/hda/hda_intel.c
--- vanilla/sound/pci/hda/hda_intel.c 2006-09-19 23:42:06.000000000
-0400
+++ linux-2.6.18.x86_64/sound/pci/hda/hda_intel.c 2006-09-26
04:24:02.000000000 -0400
@@ -83,6 +83,7 @@
"{ATI, SB450},"
"{ATI, SB600},"
"{ATI, RS600},"
+ "{ATI, RS690},"
"{VIA, VT8251},"
"{VIA, VT8237A},"
"{SiS, SIS966},"
@@ -1637,6 +1638,7 @@
{ 0x1002, 0x437b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ATI
}, /* ATI SB450 */
{ 0x1002, 0x4383, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ATI
}, /* ATI SB600 */
{ 0x1002, 0x793b, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_ATIHDMI }, /* ATI RS600 HDMI */
+ { 0x1002, 0x7919, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
AZX_DRIVER_ATIHDMI }, /* ATI RS690 HDMI */
{ 0x1106, 0x3288, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_VIA
}, /* VIA VT8251/VT8237A */
{ 0x1039, 0x7502, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_SIS
}, /* SIS966 */
{ 0x10b9, 0x5461, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ULI
}, /* ULI M5461 */
diff -urN vanilla/sound/pci/hda/patch_atihdmi.c
linux-2.6.18.x86_64/sound/pci/hda/patch_atihdmi.c
--- vanilla/sound/pci/hda/patch_atihdmi.c 2006-09-19
23:42:06.000000000 -0400
+++ linux-2.6.18.x86_64/sound/pci/hda/patch_atihdmi.c 2006-09-26
04:23:27.000000000 -0400
@@ -161,5 +161,6 @@
*/
struct hda_codec_preset snd_hda_preset_atihdmi[] = {
{ .id = 0x1002793c, .name = "ATI RS600 HDMI", .patch =
patch_atihdmi },
+ { .id = 0x1002791a, .name = "ATI RS690 HDMI", .patch =
patch_atihdmi },
{} /* terminator */
};
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH 2.6.18] hda_intel: add ATI RS690 HDMI audio support
2006-10-13 15:38 [PATCH 2.6.18] hda_intel: add ATI RS690 HDMI audio support Luugi Marsan
@ 2006-10-13 15:47 ` Lee Revell
0 siblings, 0 replies; 3+ messages in thread
From: Lee Revell @ 2006-10-13 15:47 UTC (permalink / raw)
To: Luugi Marsan; +Cc: linux-kernel, alsa-devel
On Fri, 2006-10-13 at 11:38 -0400, Luugi Marsan wrote:
> This patch adds support for the HDMI codec of the ATI RS690 IGP
> northbridge.
>
> Signed-off-by: Felix Kuehling <fkuehlin@ati.com>
>
- Patch is word-wrapped
- ALSA patches should go to alsa-devel at lists.sourceforge.net
Lee
> diff -urN vanilla/sound/pci/hda/hda_intel.c
> linux-2.6.18.x86_64/sound/pci/hda/hda_intel.c
> --- vanilla/sound/pci/hda/hda_intel.c 2006-09-19 23:42:06.000000000
> -0400
> +++ linux-2.6.18.x86_64/sound/pci/hda/hda_intel.c 2006-09-26
> 04:24:02.000000000 -0400
> @@ -83,6 +83,7 @@
> "{ATI, SB450},"
> "{ATI, SB600},"
> "{ATI, RS600},"
> + "{ATI, RS690},"
> "{VIA, VT8251},"
> "{VIA, VT8237A},"
> "{SiS, SIS966},"
> @@ -1637,6 +1638,7 @@
> { 0x1002, 0x437b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ATI
> }, /* ATI SB450 */
> { 0x1002, 0x4383, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ATI
> }, /* ATI SB600 */
> { 0x1002, 0x793b, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
> AZX_DRIVER_ATIHDMI }, /* ATI RS600 HDMI */
> + { 0x1002, 0x7919, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
> AZX_DRIVER_ATIHDMI }, /* ATI RS690 HDMI */
> { 0x1106, 0x3288, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_VIA
> }, /* VIA VT8251/VT8237A */
> { 0x1039, 0x7502, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_SIS
> }, /* SIS966 */
> { 0x10b9, 0x5461, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ULI
> }, /* ULI M5461 */
> diff -urN vanilla/sound/pci/hda/patch_atihdmi.c
> linux-2.6.18.x86_64/sound/pci/hda/patch_atihdmi.c
> --- vanilla/sound/pci/hda/patch_atihdmi.c 2006-09-19
> 23:42:06.000000000 -0400
> +++ linux-2.6.18.x86_64/sound/pci/hda/patch_atihdmi.c 2006-09-26
> 04:23:27.000000000 -0400
> @@ -161,5 +161,6 @@
> */
> struct hda_codec_preset snd_hda_preset_atihdmi[] = {
> { .id = 0x1002793c, .name = "ATI RS600 HDMI", .patch =
> patch_atihdmi },
> + { .id = 0x1002791a, .name = "ATI RS690 HDMI", .patch =
> patch_atihdmi },
> {} /* terminator */
> };
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 2.6.18] hda_intel: add ATI RS690 HDMI audio support
@ 2006-10-13 17:29 Luugi Marsan
0 siblings, 0 replies; 3+ messages in thread
From: Luugi Marsan @ 2006-10-13 17:29 UTC (permalink / raw)
To: alsa-devel; +Cc: linux-kernel
This patch adds support for the HDMI codec of the ATI RS690 IGP northbridge.
Signed-off-by: Felix Kuehling <fkuehlin@ati.com>
diff -urN vanilla/sound/pci/hda/hda_intel.c linux-2.6.18.x86_64/sound/pci/hda/hda_intel.c
--- vanilla/sound/pci/hda/hda_intel.c 2006-09-19 23:42:06.000000000 -0400
+++ linux-2.6.18.x86_64/sound/pci/hda/hda_intel.c 2006-09-26 04:24:02.000000000 -0400
@@ -83,6 +83,7 @@
"{ATI, SB450},"
"{ATI, SB600},"
"{ATI, RS600},"
+ "{ATI, RS690},"
"{VIA, VT8251},"
"{VIA, VT8237A},"
"{SiS, SIS966},"
@@ -1637,6 +1638,7 @@
{ 0x1002, 0x437b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ATI }, /* ATI SB450 */
{ 0x1002, 0x4383, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ATI }, /* ATI SB600 */
{ 0x1002, 0x793b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ATIHDMI }, /* ATI RS600 HDMI */
+ { 0x1002, 0x7919, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ATIHDMI }, /* ATI RS690 HDMI */
{ 0x1106, 0x3288, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_VIA }, /* VIA VT8251/VT8237A */
{ 0x1039, 0x7502, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_SIS }, /* SIS966 */
{ 0x10b9, 0x5461, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ULI }, /* ULI M5461 */
diff -urN vanilla/sound/pci/hda/patch_atihdmi.c linux-2.6.18.x86_64/sound/pci/hda/patch_atihdmi.c
--- vanilla/sound/pci/hda/patch_atihdmi.c 2006-09-19 23:42:06.000000000 -0400
+++ linux-2.6.18.x86_64/sound/pci/hda/patch_atihdmi.c 2006-09-26 04:23:27.000000000 -0400
@@ -161,5 +161,6 @@
*/
struct hda_codec_preset snd_hda_preset_atihdmi[] = {
{ .id = 0x1002793c, .name = "ATI RS600 HDMI", .patch = patch_atihdmi },
+ { .id = 0x1002791a, .name = "ATI RS690 HDMI", .patch = patch_atihdmi },
{} /* terminator */
};
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-10-13 17:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-13 15:38 [PATCH 2.6.18] hda_intel: add ATI RS690 HDMI audio support Luugi Marsan
2006-10-13 15:47 ` Lee Revell
-- strict thread matches above, loose matches on Subject: below --
2006-10-13 17:29 Luugi Marsan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox