diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-07-30 18:09:04 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-07-30 18:09:04 +0200 |
commit | 03cb2dafcbde938ed7d01d4b952ea60e3c4e8532 (patch) | |
tree | f23bf4a9f5a45b174f891b472ac1f2c2e2c2c7cc /sound/pci/hda/hda_codec.c | |
parent | d195658bd785e9384d2f70937034ceb13d5e4bcc (diff) | |
parent | 3a38516750e176a18f76d605b401fbab2c72d648 (diff) |
Merge branch 'topic/hda-cirrus' into topic/hda
Diffstat (limited to 'sound/pci/hda/hda_codec.c')
-rw-r--r-- | sound/pci/hda/hda_codec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index 3a603cde8cc4..a23c27d2fb2f 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c @@ -44,6 +44,7 @@ struct hda_vendor_id { /* codec vendor labels */ static struct hda_vendor_id hda_vendor_ids[] = { { 0x1002, "ATI" }, + { 0x1013, "Cirrus Logic" }, { 0x1057, "Motorola" }, { 0x1095, "Silicon Image" }, { 0x10de, "Nvidia" }, |