]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/pci/hda/hda_patch.h
ALSA: hda: add more board-specific information for Realtek ALC662 rev1
[linux-2.6-omap-h63xx.git] / sound / pci / hda / hda_patch.h
index a5de684b69446a6c958324ba566d91794f5313a9..dfbcfa88da44d630b00b3cfbe530c7c54d4821a0 100644 (file)
@@ -10,11 +10,13 @@ extern struct hda_codec_preset snd_hda_preset_cmedia[];
 extern struct hda_codec_preset snd_hda_preset_analog[];
 /* SigmaTel codecs */
 extern struct hda_codec_preset snd_hda_preset_sigmatel[];
-
-static const struct hda_codec_preset *hda_preset_tables[] = {
-       snd_hda_preset_realtek,
-       snd_hda_preset_cmedia,
-       snd_hda_preset_analog,
-       snd_hda_preset_sigmatel,
-       NULL
-};
+/* SiLabs 3054/3055 modem codecs */
+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[];
+/* VIA codecs */
+extern struct hda_codec_preset snd_hda_preset_via[];
+/* NVIDIA HDMI codecs */
+extern struct hda_codec_preset snd_hda_preset_nvhdmi[];