Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 658a69bb authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Remove leftover snd_hda_bus() prototype



It was forgotten to be removed.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 2f0eaad9
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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);