This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / sound / pci / hda / hda_patch.h
1 /*
2  * HDA Patches - included by hda_codec.c
3  */
4
5 /* Realtek codecs */
6 extern struct hda_codec_preset snd_hda_preset_realtek[];
7 /* C-Media codecs */
8 extern struct hda_codec_preset snd_hda_preset_cmedia[];
9 /* Analog Devices codecs */
10 extern struct hda_codec_preset snd_hda_preset_analog[];
11
12 static const struct hda_codec_preset *hda_preset_tables[] = {
13         snd_hda_preset_realtek,
14         snd_hda_preset_cmedia,
15         snd_hda_preset_analog,
16         NULL
17 };