All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] ALSA: usb-audio: Remove unused function declaration
@ 2023-08-01 14:45 Yue Haibing
  2023-08-01 15:31 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Yue Haibing @ 2023-08-01 14:45 UTC (permalink / raw)
  To: perex, tiwai; +Cc: alsa-devel, Yue Haibing

Commit 68e67f40b734 ("ALSA: snd-usb: move calls to usb_set_interface")
leave this unused declaration.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
---
 sound/usb/endpoint.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/usb/endpoint.h b/sound/usb/endpoint.h
index c09f68ce08b1..ba70f52f6860 100644
--- 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);
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] ALSA: usb-audio: Remove unused function declaration
  2023-08-01 14:45 [PATCH -next] ALSA: usb-audio: Remove unused function declaration Yue Haibing
@ 2023-08-01 15:31 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2023-08-01 15:31 UTC (permalink / raw)
  To: Yue Haibing; +Cc: perex, tiwai, alsa-devel

On Tue, 01 Aug 2023 16:45:12 +0200,
Yue Haibing wrote:
> 
> Commit 68e67f40b734 ("ALSA: snd-usb: move calls to usb_set_interface")
> leave this unused declaration.
> 
> Signed-off-by: Yue Haibing <yuehaibing@huawei.com>

Thanks, applied.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-01 15:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-01 14:45 [PATCH -next] ALSA: usb-audio: Remove unused function declaration Yue Haibing
2023-08-01 15:31 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.