Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ALSA: usb-audio: Remove unused function declaration

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>

authored by

Yue Haibing and committed by
Takashi Iwai
fbeb1ec8 8ca3ee6f

-1
-1
sound/usb/endpoint.h
··· 44 44 void snd_usb_endpoint_stop(struct snd_usb_endpoint *ep, bool keep_pending); 45 45 void snd_usb_endpoint_sync_pending_stop(struct snd_usb_endpoint *ep); 46 46 void snd_usb_endpoint_suspend(struct snd_usb_endpoint *ep); 47 - int snd_usb_endpoint_activate(struct snd_usb_endpoint *ep); 48 47 void snd_usb_endpoint_release(struct snd_usb_endpoint *ep); 49 48 void snd_usb_endpoint_free_all(struct snd_usb_audio *chip); 50 49