aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_atihdmi.c
diff options
context:
space:
mode:
authorFelix Kuehling <fkuehlin@ati.com>2006-10-16 12:49:47 +0200
committerJaroslav Kysela <perex@suse.cz>2006-10-22 10:51:12 +0200
commit5b15c95f889c7bc43cb759c27211c597c0ad9f05 (patch)
tree495767c7b12b0737471b0de11472f07263ef38c3 /sound/pci/hda/patch_atihdmi.c
parent264e6e3b0c5af44d8975153bf0c88ccf2cb10a2f (diff)
downloadlinux-5b15c95f889c7bc43cb759c27211c597c0ad9f05.tar.gz
[ALSA] hda_intel: add ATI RS690 HDMI audio support
This patch adds support for the HDMI codec of the ATI RS690 IGP northbridge. Signed-off-by: Felix Kuehling <fkuehlin@ati.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/hda/patch_atihdmi.c')
-rw-r--r--sound/pci/hda/patch_atihdmi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_atihdmi.c b/sound/pci/hda/patch_atihdmi.c
index a27440ffd1c87..7333f275decdf 100644
--- a/sound/pci/hda/patch_atihdmi.c
+++ b/sound/pci/hda/patch_atihdmi.c
@@ -161,5 +161,6 @@ static int patch_atihdmi(struct hda_codec *codec)
*/
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 */
};