diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/hda_codec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index ff29d0f16903..e69db04b7eb8 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c | |||
@@ -51,8 +51,10 @@ struct hda_vendor_id { | |||
51 | /* codec vendor labels */ | 51 | /* codec vendor labels */ |
52 | static struct hda_vendor_id hda_vendor_ids[] = { | 52 | static struct hda_vendor_id hda_vendor_ids[] = { |
53 | { 0x10ec, "Realtek" }, | 53 | { 0x10ec, "Realtek" }, |
54 | { 0x1057, "Motorola" }, | ||
54 | { 0x11d4, "Analog Devices" }, | 55 | { 0x11d4, "Analog Devices" }, |
55 | { 0x13f6, "C-Media" }, | 56 | { 0x13f6, "C-Media" }, |
57 | { 0x14f1, "Conexant" }, | ||
56 | { 0x434d, "C-Media" }, | 58 | { 0x434d, "C-Media" }, |
57 | { 0x8384, "SigmaTel" }, | 59 | { 0x8384, "SigmaTel" }, |
58 | {} /* terminator */ | 60 | {} /* terminator */ |