2 * HDA Patches - included by hda_codec.c
6 extern struct hda_codec_preset snd_hda_preset_realtek[];
8 extern struct hda_codec_preset snd_hda_preset_cmedia[];
9 /* Analog Devices codecs */
10 extern struct hda_codec_preset snd_hda_preset_analog[];
12 extern struct hda_codec_preset snd_hda_preset_sigmatel[];
13 /* SiLabs 3054/3055 modem codecs */
14 extern struct hda_codec_preset snd_hda_preset_si3054[];
16 extern struct hda_codec_preset snd_hda_preset_atihdmi[];
17 /* Conexant audio codec */
18 extern struct hda_codec_preset snd_hda_preset_conexant[];
20 extern struct hda_codec_preset snd_hda_preset_via[];
22 static const struct hda_codec_preset *hda_preset_tables[] = {
23 #ifdef CONFIG_SND_HDA_CODEC_REALTEK
24 snd_hda_preset_realtek,
26 #ifdef CONFIG_SND_HDA_CODEC_CMEDIA
27 snd_hda_preset_cmedia,
29 #ifdef CONFIG_SND_HDA_CODEC_ANALOG
30 snd_hda_preset_analog,
32 #ifdef CONFIG_SND_HDA_CODEC_SIGMATEL
33 snd_hda_preset_sigmatel,
35 #ifdef CONFIG_SND_HDA_CODEC_SI3054
36 snd_hda_preset_si3054,
38 #ifdef CONFIG_SND_HDA_CODEC_ATIHDMI
39 snd_hda_preset_atihdmi,
41 #ifdef CONFIG_SND_HDA_CODEC_CONEXANT
42 snd_hda_preset_conexant,
44 #ifdef CONFIG_SND_HDA_CODEC_VIA