aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_patch.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/hda_patch.h')
-rw-r--r--sound/pci/hda/hda_patch.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/sound/pci/hda/hda_patch.h b/sound/pci/hda/hda_patch.h
deleted file mode 100644
index acaef3c811b..00000000000
--- a/sound/pci/hda/hda_patch.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * HDA Patches - included by hda_codec.c
- */
-
-/* Realtek codecs */
-extern struct hda_codec_preset snd_hda_preset_realtek[];
-/* C-Media codecs */
-extern struct hda_codec_preset snd_hda_preset_cmedia[];
-/* Analog Devices codecs */
-extern struct hda_codec_preset snd_hda_preset_analog[];
-/* SigmaTel codecs */
-extern struct hda_codec_preset snd_hda_preset_sigmatel[];
-/* SiLabs 3054/3055 modem codecs */
-extern struct hda_codec_preset snd_hda_preset_si3054[];
-
-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,
- NULL
-};