X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=sound%2Fpci%2Fhda%2Fhda_patch.h;h=38212c1020a628461b0d7d2562376c4a0e23367a;hb=a9cb5c90539dd618029884701760fe79b9b83102;hp=9f9e9ae44a9d89bb62b76410781972fcff53d11c;hpb=68a696a01f482859a9fe937249e8b3d44252b610;p=linux-2.6-omap-h63xx.git diff --git a/sound/pci/hda/hda_patch.h b/sound/pci/hda/hda_patch.h index 9f9e9ae44a9..38212c1020a 100644 --- a/sound/pci/hda/hda_patch.h +++ b/sound/pci/hda/hda_patch.h @@ -18,15 +18,7 @@ extern struct hda_codec_preset snd_hda_preset_atihdmi[]; extern struct hda_codec_preset snd_hda_preset_conexant[]; /* VIA codecs */ extern struct hda_codec_preset snd_hda_preset_via[]; - -static const struct hda_codec_preset *hda_preset_tables[] = { - snd_hda_preset_realtek, - snd_hda_preset_cmedia, - snd_hda_preset_analog, - snd_hda_preset_sigmatel, - snd_hda_preset_si3054, - snd_hda_preset_atihdmi, - snd_hda_preset_conexant, - snd_hda_preset_via, - NULL -}; +/* NVIDIA HDMI codecs */ +extern struct hda_codec_preset snd_hda_preset_nvhdmi[]; +/* INTEL HDMI codecs */ +extern struct hda_codec_preset snd_hda_preset_intelhdmi[];