diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-08-12 11:54:36 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-08-19 08:04:28 +0200 |
commit | e9bd0224c130617d7d6037d3a405571c33b1e097 (patch) | |
tree | 74fc4500581697bcb66b80d6127b02e9e7271b78 /sound/pci/hda/hda_local.h | |
parent | 1aaff096954b1e2ac90692649d1b550e264a63da (diff) | |
download | linux-e9bd0224c130617d7d6037d3a405571c33b1e097.tar.bz2 |
ALSA: hda - Remove obsoleted snd_hda_check_board_config() & co
The helper functions snd_hda_check_board_config() and
snd_hda_check_board_codec_sid_config() are no longer used since the
transition to the generic parser and all quirks have been replaced
with fixups. Let's kill these dead codes.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_local.h')
-rw-r--r-- | sound/pci/hda/hda_local.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/pci/hda/hda_local.h b/sound/pci/hda/hda_local.h index 364bb413e02a..8a018d4cbe98 100644 --- a/sound/pci/hda/hda_local.h +++ b/sound/pci/hda/hda_local.h @@ -371,12 +371,6 @@ void snd_print_pcm_bits(int pcm, char *buf, int buflen); /* * Misc */ -int snd_hda_check_board_config(struct hda_codec *codec, int num_configs, - const char * const *modelnames, - const struct snd_pci_quirk *pci_list); -int snd_hda_check_board_codec_sid_config(struct hda_codec *codec, - int num_configs, const char * const *models, - const struct snd_pci_quirk *tbl); int snd_hda_add_new_ctls(struct hda_codec *codec, const struct snd_kcontrol_new *knew); |