diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-02-07 17:12:01 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 12:00:08 +0200 |
commit | cc4d13873aeacf89901861706a7a083d5a82e26a (patch) | |
tree | 40a29164be157c09928ebe1ea9517f34d675a363 | |
parent | 21c7b0819f0d04788b2d3341f5062744373589a1 (diff) | |
download | kernel_samsung_espresso10-cc4d13873aeacf89901861706a7a083d5a82e26a.zip kernel_samsung_espresso10-cc4d13873aeacf89901861706a7a083d5a82e26a.tar.gz kernel_samsung_espresso10-cc4d13873aeacf89901861706a7a083d5a82e26a.tar.bz2 |
[ALSA] hda-codec - Correct HDMI transmitter names
Give better names to the new HDMI transmitter chips.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/hda/patch_atihdmi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_atihdmi.c b/sound/pci/hda/patch_atihdmi.c index e6fbd5d..45a2e30 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 */ }; |