Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
[deliverable/linux.git] / sound / pci / hda / hda_patch.h
CommitLineData
1da177e4
LT
1/*
2 * HDA Patches - included by hda_codec.c
3 */
4
5/* Realtek codecs */
6extern struct hda_codec_preset snd_hda_preset_realtek[];
7/* C-Media codecs */
8extern struct hda_codec_preset snd_hda_preset_cmedia[];
9/* Analog Devices codecs */
10extern struct hda_codec_preset snd_hda_preset_analog[];
2f2f4251
M
11/* SigmaTel codecs */
12extern struct hda_codec_preset snd_hda_preset_sigmatel[];
b65f824c
SK
13/* SiLabs 3054/3055 modem codecs */
14extern struct hda_codec_preset snd_hda_preset_si3054[];
778b6e1b
FK
15/* ATI HDMI codecs */
16extern struct hda_codec_preset snd_hda_preset_atihdmi[];
c9b443d4
TD
17/* Conexant audio codec */
18extern struct hda_codec_preset snd_hda_preset_conexant[];
c577b8a1
JC
19/* VIA codecs */
20extern struct hda_codec_preset snd_hda_preset_via[];
9a10eb21
WN
21/* NVIDIA HDMI codecs */
22extern struct hda_codec_preset snd_hda_preset_nvhdmi[];
This page took 0.374952 seconds and 5 git commands to generate.