diff options
-rw-r--r-- | sound/pci/hda/hda_codec.c | 1 | ||||
-rw-r--r-- | sound/pci/hda/patch_intelhdmi.c | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index f6832e160684..8459d6ba2055 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c | |||
@@ -58,6 +58,7 @@ static struct hda_vendor_id hda_vendor_ids[] = { | |||
58 | { 0x1854, "LG" }, | 58 | { 0x1854, "LG" }, |
59 | { 0x1aec, "Wolfson Microelectronics" }, | 59 | { 0x1aec, "Wolfson Microelectronics" }, |
60 | { 0x434d, "C-Media" }, | 60 | { 0x434d, "C-Media" }, |
61 | { 0x8086, "Intel" }, | ||
61 | { 0x8384, "SigmaTel" }, | 62 | { 0x8384, "SigmaTel" }, |
62 | {} /* terminator */ | 63 | {} /* terminator */ |
63 | }; | 64 | }; |
diff --git a/sound/pci/hda/patch_intelhdmi.c b/sound/pci/hda/patch_intelhdmi.c index 290da562f29b..3564f4e4b74c 100644 --- a/sound/pci/hda/patch_intelhdmi.c +++ b/sound/pci/hda/patch_intelhdmi.c | |||
@@ -675,10 +675,10 @@ static int patch_intel_hdmi(struct hda_codec *codec) | |||
675 | } | 675 | } |
676 | 676 | ||
677 | static struct hda_codec_preset snd_hda_preset_intelhdmi[] = { | 677 | static struct hda_codec_preset snd_hda_preset_intelhdmi[] = { |
678 | { .id = 0x808629fb, .name = "INTEL G45 DEVCL", .patch = patch_intel_hdmi }, | 678 | { .id = 0x808629fb, .name = "G45 DEVCL", .patch = patch_intel_hdmi }, |
679 | { .id = 0x80862801, .name = "INTEL G45 DEVBLC", .patch = patch_intel_hdmi }, | 679 | { .id = 0x80862801, .name = "G45 DEVBLC", .patch = patch_intel_hdmi }, |
680 | { .id = 0x80862802, .name = "INTEL G45 DEVCTG", .patch = patch_intel_hdmi }, | 680 | { .id = 0x80862802, .name = "G45 DEVCTG", .patch = patch_intel_hdmi }, |
681 | { .id = 0x80862803, .name = "INTEL G45 DEVELK", .patch = patch_intel_hdmi }, | 681 | { .id = 0x80862803, .name = "G45 DEVELK", .patch = patch_intel_hdmi }, |
682 | { .id = 0x10951392, .name = "SiI1392 HDMI", .patch = patch_intel_hdmi }, | 682 | { .id = 0x10951392, .name = "SiI1392 HDMI", .patch = patch_intel_hdmi }, |
683 | {} /* terminator */ | 683 | {} /* terminator */ |
684 | }; | 684 | }; |