]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/blob - sound/pci/hda/hda_patch.h
Linux-2.6.12-rc2
[sojka/nv-tegra/linux-3.10.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 };