diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-10-17 18:31:31 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-10-17 18:34:21 +0200 |
commit | 658a69bb7568238fd9a65da2426736435d7e8b01 (patch) | |
tree | 5ad723fb73ea0f4a3b7e2103df9bdd53dd2f6c13 /sound/pci | |
parent | 2f0eaad91005b00e774a118595a573a9e0fd30fc (diff) | |
download | op-kernel-dev-658a69bb7568238fd9a65da2426736435d7e8b01.zip op-kernel-dev-658a69bb7568238fd9a65da2426736435d7e8b01.tar.gz |
ALSA: hda - Remove leftover snd_hda_bus() prototype
It was forgotten to be removed.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index 864ea68..89cc87e 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h @@ -298,10 +298,6 @@ struct hda_codec { /* * constructors */ -int snd_hda_bus_new(struct snd_card *card, - const struct hdac_bus_ops *ops, - const struct hdac_io_ops *io_ops, - struct hda_bus **busp); int snd_hda_codec_new(struct hda_bus *bus, struct snd_card *card, unsigned int codec_addr, struct hda_codec **codecp); int snd_hda_codec_configure(struct hda_codec *codec); |