diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-11-27 11:36:02 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-12-01 01:01:14 -0500 |
commit | bcdda2ec28c31fe62d5d85c8b603f202a2c85fac (patch) | |
tree | dde0895ffdacd440516d3b78570751080e1bd051 | |
parent | 3b7e2a7d9d6220dad2950d8166f9495ef4c69b2e (diff) |
ALSA: hda - Add Conexant CX8200 (14f1:2008) codec entry
It's supposed to be equivalent with CX20724.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/hda/patch_conexant.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index 89d9e8ccea51..ef198903c0c3 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c | |||
@@ -955,6 +955,7 @@ static int patch_conexant_auto(struct hda_codec *codec) | |||
955 | */ | 955 | */ |
956 | 956 | ||
957 | static const struct hda_device_id snd_hda_id_conexant[] = { | 957 | static const struct hda_device_id snd_hda_id_conexant[] = { |
958 | HDA_CODEC_ENTRY(0x14f12008, "CX8200", patch_conexant_auto), | ||
958 | HDA_CODEC_ENTRY(0x14f15045, "CX20549 (Venice)", patch_conexant_auto), | 959 | HDA_CODEC_ENTRY(0x14f15045, "CX20549 (Venice)", patch_conexant_auto), |
959 | HDA_CODEC_ENTRY(0x14f15047, "CX20551 (Waikiki)", patch_conexant_auto), | 960 | HDA_CODEC_ENTRY(0x14f15047, "CX20551 (Waikiki)", patch_conexant_auto), |
960 | HDA_CODEC_ENTRY(0x14f15051, "CX20561 (Hermosa)", patch_conexant_auto), | 961 | HDA_CODEC_ENTRY(0x14f15051, "CX20561 (Hermosa)", patch_conexant_auto), |