[ALSA] Add Conexant audio support to the HD Audio driver
[firefly-linux-kernel-4.4.55.git] / sound / pci / hda / hda_patch.h
index 0b668793face2af3a04e48e26b0d3f95b1f2b143..5904ecd88a50c683b6f668aeb13a3d4644de7663 100644 (file)
@@ -14,6 +14,8 @@ extern struct hda_codec_preset snd_hda_preset_sigmatel[];
 extern struct hda_codec_preset snd_hda_preset_si3054[];
 /* ATI HDMI codecs */
 extern struct hda_codec_preset snd_hda_preset_atihdmi[];
+/* Conexant audio codec */
+extern struct hda_codec_preset snd_hda_preset_conexant[];
 
 static const struct hda_codec_preset *hda_preset_tables[] = {
        snd_hda_preset_realtek,
@@ -22,5 +24,6 @@ static const struct hda_codec_preset *hda_preset_tables[] = {
        snd_hda_preset_sigmatel,
        snd_hda_preset_si3054,
        snd_hda_preset_atihdmi,
+       snd_hda_preset_conexant,
        NULL
 };