~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux-2.6.17/sound/pci/hda/hda_patch.h

Version: ~ [ 2.6.16 ] ~ [ 2.6.17 ] ~
Architecture: ~ [ ia64 ] ~ [ i386 ] ~ [ arm ] ~ [ ppc ] ~ [ sparc64 ] ~

  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 /* SigmaTel codecs */
 12 extern struct hda_codec_preset snd_hda_preset_sigmatel[];
 13 /* SiLabs 3054/3055 modem codecs */
 14 extern struct hda_codec_preset snd_hda_preset_si3054[];
 15 
 16 static const struct hda_codec_preset *hda_preset_tables[] = {
 17         snd_hda_preset_realtek,
 18         snd_hda_preset_cmedia,
 19         snd_hda_preset_analog,
 20         snd_hda_preset_sigmatel,
 21         snd_hda_preset_si3054,
 22         NULL
 23 };
 24 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.