diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-08-09 13:44:27 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-08-09 13:44:27 +0200 |
commit | 850eab9d1b74f4ec9de16df68f008d0a65aafae7 (patch) | |
tree | d3576e91cf47bc24dc382cb71f29034390d17c2d /sound/pci | |
parent | 48315590186f0f9f5653dd7c35623e66ca4dd91a (diff) | |
download | linux-3.10-850eab9d1b74f4ec9de16df68f008d0a65aafae7.tar.gz linux-3.10-850eab9d1b74f4ec9de16df68f008d0a65aafae7.tar.bz2 linux-3.10-850eab9d1b74f4ec9de16df68f008d0a65aafae7.zip |
ALSA: hda - add support for Conexant CX20584
The Conexant CX20584 with 141f:5068 seems compatible with other
cxt5066 code. Just add the missing id.
Tested-by: Cristopher Camacho Leandro <ccamacho@linuxmail.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_conexant.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index df8b19b1730..f7e234e5ee9 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c @@ -3206,6 +3206,8 @@ static struct hda_codec_preset snd_hda_preset_conexant[] = { .patch = patch_cxt5066 }, { .id = 0x14f15067, .name = "CX20583 (Pebble HSF)", .patch = patch_cxt5066 }, + { .id = 0x14f15068, .name = "CX20584", + .patch = patch_cxt5066 }, { .id = 0x14f15069, .name = "CX20585", .patch = patch_cxt5066 }, {} /* terminator */ @@ -3216,6 +3218,7 @@ MODULE_ALIAS("snd-hda-codec-id:14f15047"); MODULE_ALIAS("snd-hda-codec-id:14f15051"); MODULE_ALIAS("snd-hda-codec-id:14f15066"); MODULE_ALIAS("snd-hda-codec-id:14f15067"); +MODULE_ALIAS("snd-hda-codec-id:14f15068"); MODULE_ALIAS("snd-hda-codec-id:14f15069"); MODULE_LICENSE("GPL"); |