diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-02-07 11:12:01 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 06:00:08 -0400 |
commit | cc4d13873aeacf89901861706a7a083d5a82e26a (patch) | |
tree | 40a29164be157c09928ebe1ea9517f34d675a363 /sound/pci/hda/patch_atihdmi.c | |
parent | 21c7b0819f0d04788b2d3341f5062744373589a1 (diff) |
[ALSA] hda-codec - Correct HDMI transmitter names
Give better names to the new HDMI transmitter chips.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_atihdmi.c')
-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 e6fbd5d8fba4..45a2e30cbf42 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[] = { | |||
163 | { .id = 0x10027919, .name = "ATI RS600 HDMI", .patch = patch_atihdmi }, | 163 | { .id = 0x10027919, .name = "ATI RS600 HDMI", .patch = patch_atihdmi }, |
164 | { .id = 0x1002791a, .name = "ATI RS690/780 HDMI", .patch = patch_atihdmi }, | 164 | { .id = 0x1002791a, .name = "ATI RS690/780 HDMI", .patch = patch_atihdmi }, |
165 | { .id = 0x1002aa01, .name = "ATI R6xx HDMI", .patch = patch_atihdmi }, | 165 | { .id = 0x1002aa01, .name = "ATI R6xx HDMI", .patch = patch_atihdmi }, |
166 | { .id = 0x10951392, .name = "SI HDMI", .patch = patch_atihdmi }, | 166 | { .id = 0x10951392, .name = "SiI1392 HDMI", .patch = patch_atihdmi }, |
167 | { .id = 0x17e80047, .name = "Unknown HDMI", .patch = patch_atihdmi }, | 167 | { .id = 0x17e80047, .name = "Chrontel HDMI", .patch = patch_atihdmi }, |
168 | {} /* terminator */ | 168 | {} /* terminator */ |
169 | }; | 169 | }; |