ALSA: rawmidi: Make internal functions local static
authorTakashi Iwai <tiwai@suse.de>
Fri, 17 Jun 2022 14:40:47 +0000 (16:40 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 20 Jun 2022 07:36:01 +0000 (09:36 +0200)
commitcd76175a2b204911a3cddef36b99e56945b6938c
treef0e86746cee9618e74d68166040049f9e90f55b6
parentf777316e52e14059a6a1df45cbf39a93ac49a593
ALSA: rawmidi: Make internal functions local static

__snd_rawmidi_transmit_peek() and __snd_rawmidi_transmit_ack() are
never called from the outside.  Let's make them local static and
unexport them.

Link: https://lore.kernel.org/r/20220617144051.18985-2-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/rawmidi.h
sound/core/rawmidi.c