diff options
Diffstat (limited to 'sound/pci/hda/hda_patch.h')
-rw-r--r-- | sound/pci/hda/hda_patch.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sound/pci/hda/hda_patch.h b/sound/pci/hda/hda_patch.h index f5c23bb16d7e..2fdf2358dbc2 100644 --- a/sound/pci/hda/hda_patch.h +++ b/sound/pci/hda/hda_patch.h | |||
@@ -18,31 +18,3 @@ extern struct hda_codec_preset snd_hda_preset_atihdmi[]; | |||
18 | extern struct hda_codec_preset snd_hda_preset_conexant[]; | 18 | extern struct hda_codec_preset snd_hda_preset_conexant[]; |
19 | /* VIA codecs */ | 19 | /* VIA codecs */ |
20 | extern struct hda_codec_preset snd_hda_preset_via[]; | 20 | extern struct hda_codec_preset snd_hda_preset_via[]; |
21 | |||
22 | static const struct hda_codec_preset *hda_preset_tables[] = { | ||
23 | #ifdef CONFIG_SND_HDA_CODEC_REALTEK | ||
24 | snd_hda_preset_realtek, | ||
25 | #endif | ||
26 | #ifdef CONFIG_SND_HDA_CODEC_CMEDIA | ||
27 | snd_hda_preset_cmedia, | ||
28 | #endif | ||
29 | #ifdef CONFIG_SND_HDA_CODEC_ANALOG | ||
30 | snd_hda_preset_analog, | ||
31 | #endif | ||
32 | #ifdef CONFIG_SND_HDA_CODEC_SIGMATEL | ||
33 | snd_hda_preset_sigmatel, | ||
34 | #endif | ||
35 | #ifdef CONFIG_SND_HDA_CODEC_SI3054 | ||
36 | snd_hda_preset_si3054, | ||
37 | #endif | ||
38 | #ifdef CONFIG_SND_HDA_CODEC_ATIHDMI | ||
39 | snd_hda_preset_atihdmi, | ||
40 | #endif | ||
41 | #ifdef CONFIG_SND_HDA_CODEC_CONEXANT | ||
42 | snd_hda_preset_conexant, | ||
43 | #endif | ||
44 | #ifdef CONFIG_SND_HDA_CODEC_VIA | ||
45 | snd_hda_preset_via, | ||
46 | #endif | ||
47 | NULL | ||
48 | }; | ||