diff options
author | Wu Fengguang <fengguang.wu@intel.com> | 2010-05-14 04:36:13 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-05-17 02:11:48 -0400 |
commit | 41da2e0a01bf13986a561d8a16929d009eb9099c (patch) | |
tree | 7463a8e2d8b0c40f22bce4edb5ce0bebf8a5b108 /sound | |
parent | e9abf85fe1fb0cd1da19ec231f2d6873e4af9fbd (diff) |
ALSA: intelhdmi - user friendly codec name
Use the full chipset codename as codec name.
They are more user friendly than the spec abbrs.
Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_intelhdmi.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sound/pci/hda/patch_intelhdmi.c b/sound/pci/hda/patch_intelhdmi.c index 88d035104cc5..433224d28b99 100644 --- a/sound/pci/hda/patch_intelhdmi.c +++ b/sound/pci/hda/patch_intelhdmi.c | |||
@@ -185,14 +185,14 @@ static int patch_intel_hdmi(struct hda_codec *codec) | |||
185 | } | 185 | } |
186 | 186 | ||
187 | static struct hda_codec_preset snd_hda_preset_intelhdmi[] = { | 187 | static struct hda_codec_preset snd_hda_preset_intelhdmi[] = { |
188 | { .id = 0x808629fb, .name = "G45 DEVCL", .patch = patch_intel_hdmi }, | 188 | { .id = 0x808629fb, .name = "Crestline HDMI", .patch = patch_intel_hdmi }, |
189 | { .id = 0x80862801, .name = "G45 DEVBLC", .patch = patch_intel_hdmi }, | 189 | { .id = 0x80862801, .name = "Bearlake HDMI", .patch = patch_intel_hdmi }, |
190 | { .id = 0x80862802, .name = "G45 DEVCTG", .patch = patch_intel_hdmi }, | 190 | { .id = 0x80862802, .name = "Cantiga HDMI", .patch = patch_intel_hdmi }, |
191 | { .id = 0x80862803, .name = "G45 DEVELK", .patch = patch_intel_hdmi }, | 191 | { .id = 0x80862803, .name = "Eaglelake HDMI", .patch = patch_intel_hdmi }, |
192 | { .id = 0x80862804, .name = "G45 DEVIBX", .patch = patch_intel_hdmi }, | 192 | { .id = 0x80862804, .name = "IbexPeak HDMI", .patch = patch_intel_hdmi }, |
193 | { .id = 0x80860054, .name = "Q57 DEVIBX", .patch = patch_intel_hdmi }, | 193 | { .id = 0x80860054, .name = "IbexPeak HDMI", .patch = patch_intel_hdmi }, |
194 | { .id = 0x10951392, .name = "SiI1392 HDMI", .patch = patch_intel_hdmi }, | 194 | { .id = 0x10951392, .name = "SiI1392 HDMI", .patch = patch_intel_hdmi }, |
195 | {} /* terminator */ | 195 | {} /* terminator */ |
196 | }; | 196 | }; |
197 | 197 | ||
198 | MODULE_ALIAS("snd-hda-codec-id:808629fb"); | 198 | MODULE_ALIAS("snd-hda-codec-id:808629fb"); |