projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ca3ee6
)
ALSA: usb-audio: Remove unused function declaration
author
Yue Haibing
<yuehaibing@huawei.com>
Tue, 1 Aug 2023 14:45:12 +0000
(22:45 +0800)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 1 Aug 2023 14:56:57 +0000
(16:56 +0200)
Commit
68e67f40b734
("ALSA: snd-usb: move calls to usb_set_interface")
leave this unused declaration.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Link:
https://lore.kernel.org/r/20230801144512.18716-1-yuehaibing@huawei.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/endpoint.h
patch
|
blob
|
history
diff --git
a/sound/usb/endpoint.h
b/sound/usb/endpoint.h
index c09f68ce08b187258c25bc9d8853c5427a82a3b9..ba70f52f68602eb08cc05c3f67579271ef7a6301 100644
(file)
--- a/
sound/usb/endpoint.h
+++ b/
sound/usb/endpoint.h
@@
-44,7
+44,6
@@
int snd_usb_endpoint_start(struct snd_usb_endpoint *ep);
void snd_usb_endpoint_stop(struct snd_usb_endpoint *ep, bool keep_pending);
void snd_usb_endpoint_sync_pending_stop(struct snd_usb_endpoint *ep);
void snd_usb_endpoint_suspend(struct snd_usb_endpoint *ep);
-int snd_usb_endpoint_activate(struct snd_usb_endpoint *ep);
void snd_usb_endpoint_release(struct snd_usb_endpoint *ep);
void snd_usb_endpoint_free_all(struct snd_usb_audio *chip);