From: Takashi Iwai Date: Thu, 7 Feb 2008 16:12:01 +0000 (+0100) Subject: [ALSA] hda-codec - Correct HDMI transmitter names X-Git-Tag: v2.6.26-rc1~1087^2~231 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=cc4d13873aeacf89901861706a7a083d5a82e26a;p=linux-2.6-omap-h63xx.git [ALSA] hda-codec - Correct HDMI transmitter names Give better names to the new HDMI transmitter chips. Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_atihdmi.c b/sound/pci/hda/patch_atihdmi.c index e6fbd5d8fba..45a2e30cbf4 100644 --- a/sound/pci/hda/patch_atihdmi.c +++ b/sound/pci/hda/patch_atihdmi.c @@ -163,7 +163,7 @@ struct hda_codec_preset snd_hda_preset_atihdmi[] = { { .id = 0x10027919, .name = "ATI RS600 HDMI", .patch = patch_atihdmi }, { .id = 0x1002791a, .name = "ATI RS690/780 HDMI", .patch = patch_atihdmi }, { .id = 0x1002aa01, .name = "ATI R6xx HDMI", .patch = patch_atihdmi }, - { .id = 0x10951392, .name = "SI HDMI", .patch = patch_atihdmi }, - { .id = 0x17e80047, .name = "Unknown HDMI", .patch = patch_atihdmi }, + { .id = 0x10951392, .name = "SiI1392 HDMI", .patch = patch_atihdmi }, + { .id = 0x17e80047, .name = "Chrontel HDMI", .patch = patch_atihdmi }, {} /* terminator */ };