mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
ALSA: usb-audio: Remove the repeated declaration
Function 'snd_usb_endpoint_suspend' is declared twice, so remove the repeated declaration. Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com> Link: https://lore.kernel.org/r/1622278926-63857-1-git-send-email-zhangshaokun@hisilicon.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
873fd81377
commit
19307193e5
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue