]> 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 cf6abce42bc9ea15666e50f8b7b2d64b079b782a..dfbcfa88da44d630b00b3cfbe530c7c54d4821a0 100644 (file)
@@ -8,10 +8,15 @@ extern struct hda_codec_preset snd_hda_preset_realtek[];
 extern struct hda_codec_preset snd_hda_preset_cmedia[];
 /* Analog Devices codecs */
 extern struct hda_codec_preset snd_hda_preset_analog[];
-
-static const struct hda_codec_preset *hda_preset_tables[] = {
-       snd_hda_preset_realtek,
-       snd_hda_preset_cmedia,
-       snd_hda_preset_analog,
-       NULL
-};
+/* SigmaTel codecs */
+extern struct hda_codec_preset snd_hda_preset_sigmatel[];
+/* 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[];