diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2014-02-20 21:18:57 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-02-21 06:06:12 -0500 |
commit | 20c8cd593abb3faf8d03a84ebf156c113ab58023 (patch) | |
tree | 94330e47cdcf2545d369a3876d87c2546c87a637 /include/sound/rawmidi.h | |
parent | b203dbab0838afa4b2de8b5bd880fb124446b764 (diff) |
ALSA: rawmidi: remove undefined functions.
'snd_rawmidi_transmit_reset()' and 'snd_rawmidi_receive_reset()' are declared
but not defined.
This state has been continue over 10 years. So let us remove them.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/rawmidi.h')
-rw-r--r-- | include/sound/rawmidi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/rawmidi.h b/include/sound/rawmidi.h index adf0885153f3..311dafe6cc4b 100644 --- a/include/sound/rawmidi.h +++ b/include/sound/rawmidi.h | |||
@@ -157,10 +157,8 @@ void snd_rawmidi_set_ops(struct snd_rawmidi *rmidi, int stream, | |||
157 | 157 | ||
158 | /* callbacks */ | 158 | /* callbacks */ |
159 | 159 | ||
160 | void snd_rawmidi_receive_reset(struct snd_rawmidi_substream *substream); | ||
161 | int snd_rawmidi_receive(struct snd_rawmidi_substream *substream, | 160 | int snd_rawmidi_receive(struct snd_rawmidi_substream *substream, |
162 | const unsigned char *buffer, int count); | 161 | const unsigned char *buffer, int count); |
163 | void snd_rawmidi_transmit_reset(struct snd_rawmidi_substream *substream); | ||
164 | int snd_rawmidi_transmit_empty(struct snd_rawmidi_substream *substream); | 162 | int snd_rawmidi_transmit_empty(struct snd_rawmidi_substream *substream); |
165 | int snd_rawmidi_transmit_peek(struct snd_rawmidi_substream *substream, | 163 | int snd_rawmidi_transmit_peek(struct snd_rawmidi_substream *substream, |
166 | unsigned char *buffer, int count); | 164 | unsigned char *buffer, int count); |