projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f0eaad
)
ALSA: hda - Remove leftover snd_hda_bus() prototype
author
Takashi Iwai
<tiwai@suse.de>
Sat, 17 Oct 2015 16:31:31 +0000
(18:31 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Sat, 17 Oct 2015 16:34:21 +0000
(18:34 +0200)
It was forgotten to be removed.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.h
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/hda_codec.h
b/sound/pci/hda/hda_codec.h
index 864ea68024915ab79121ce90a36adf9015334320..89cc87e2393da8779135f3c76a58d0764f66026d 100644
(file)
--- 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);