]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2cc460d8f034b7edd24c09a8386e776e277a1f51
treef0e86746cee9618e74d68166040049f9e90f55b6
parent13f29988a27c3acf39f83c323ad544f5f8aaea96
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