[ALSA] hda-codec - Add support for VIA VT1708(A) HD audio codec
[powerpc.git] / sound / pci / hda / hda_patch.h
index 5904ecd..9f9e9ae 100644 (file)
@@ -16,6 +16,8 @@ extern struct hda_codec_preset snd_hda_preset_si3054[];
 extern struct hda_codec_preset snd_hda_preset_atihdmi[];
 /* Conexant audio codec */
 extern struct hda_codec_preset snd_hda_preset_conexant[];
+/* VIA codecs */
+extern struct hda_codec_preset snd_hda_preset_via[];
 
 static const struct hda_codec_preset *hda_preset_tables[] = {
        snd_hda_preset_realtek,
@@ -25,5 +27,6 @@ static const struct hda_codec_preset *hda_preset_tables[] = {
        snd_hda_preset_si3054,
        snd_hda_preset_atihdmi,
        snd_hda_preset_conexant,
+       snd_hda_preset_via,
        NULL
 };