All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: usb-audio: Remove the repeated declaration
@ 2021-05-29  9:02 Shaokun Zhang
  2021-05-30  7:31 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Shaokun Zhang @ 2021-05-29  9:02 UTC (permalink / raw)
  To: alsa-devel; +Cc: Shaokun Zhang, Takashi Iwai

Function 'snd_usb_endpoint_suspend' is declared twice, so remove the
repeated declaration.

Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Takashi Iwai <tiwai@suse.com>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
---
 sound/usb/endpoint.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/usb/endpoint.h b/sound/usb/endpoint.h
index eea4ca49876d..a668f675b52b 100644
--- a/sound/usb/endpoint.h
+++ b/sound/usb/endpoint.h
@@ -19,7 +19,6 @@ void snd_usb_endpoint_close(struct snd_usb_audio *chip,
 			    struct snd_usb_endpoint *ep);
 int snd_usb_endpoint_configure(struct snd_usb_audio *chip,
 			       struct snd_usb_endpoint *ep);
-void snd_usb_endpoint_suspend(struct snd_usb_endpoint *ep);
 
 bool snd_usb_endpoint_compatible(struct snd_usb_audio *chip,
 				 struct snd_usb_endpoint *ep,
-- 
2.7.4


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

* Re: [PATCH] ALSA: usb-audio: Remove the repeated declaration
  2021-05-29  9:02 [PATCH] ALSA: usb-audio: Remove the repeated declaration Shaokun Zhang
@ 2021-05-30  7:31 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2021-05-30  7:31 UTC (permalink / raw)
  To: Shaokun Zhang; +Cc: alsa-devel, Takashi Iwai

On Sat, 29 May 2021 11:02:06 +0200,
Shaokun Zhang wrote:
> 
> Function 'snd_usb_endpoint_suspend' is declared twice, so remove the
> repeated declaration.
> 
> Cc: Jaroslav Kysela <perex@perex.cz>
> Cc: Takashi Iwai <tiwai@suse.com>
> Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>

Thanks, applied.


Takashi

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

end of thread, other threads:[~2021-05-30  7:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-29  9:02 [PATCH] ALSA: usb-audio: Remove the repeated declaration Shaokun Zhang
2021-05-30  7: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.