X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sound%2Fpci%2Fhda%2Fhda_patch.h;h=2fdf2358dbc2aee3281bfd074ec883d545fa33af;hb=0ccb541c96e6d40844d00ec88fae734568bdd0bd;hp=0b668793face2af3a04e48e26b0d3f95b1f2b143;hpb=d588fcbe5a7ba8bba2cebf7799ab2d573717a806;p=linux-2.6 diff --git a/sound/pci/hda/hda_patch.h b/sound/pci/hda/hda_patch.h index 0b668793fa..2fdf2358db 100644 --- a/sound/pci/hda/hda_patch.h +++ b/sound/pci/hda/hda_patch.h @@ -14,13 +14,7 @@ extern struct hda_codec_preset snd_hda_preset_sigmatel[]; extern struct hda_codec_preset snd_hda_preset_si3054[]; /* ATI HDMI codecs */ extern struct hda_codec_preset snd_hda_preset_atihdmi[]; - -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, - NULL -}; +/* Conexant audio codec */ +extern struct hda_codec_preset snd_hda_preset_conexant[]; +/* VIA codecs */ +extern struct hda_codec_preset snd_hda_preset_via[];