diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-07-01 18:11:44 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-07-01 18:11:44 +0200 |
commit | e5f1424807f4fa7aeddc376575e3b413c71c6fe1 (patch) | |
tree | fcf957fca403639a71707d539130cfcf30a8e062 /sound/pci/hda/hda_codec.c | |
parent | c78578693376e68ecdfcb64a3cc3a95a31b49295 (diff) |
ALSA: hda - Add Cirrus Logic CS420x support
Signed-off-by: Takashi Iwai <tiwai@suse.de>
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 263d124de61..eea91c3bd42 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" }, |