]> 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 0b668793face2af3a04e48e26b0d3f95b1f2b143..dfbcfa88da44d630b00b3cfbe530c7c54d4821a0 100644 (file)
@@ -14,13 +14,9 @@ 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[];
-
-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,
-       snd_hda_preset_si3054,
-       snd_hda_preset_atihdmi,
-       NULL
-};
+/* 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[];