diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2014-06-04 02:25:37 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-06-04 08:38:16 -0400 |
commit | 1c9b8f51251212113a8ed12836dc6ba6a14e8b33 (patch) | |
tree | e34b09f2f2194f92cf5916070c7659aa8c1915fe /sound/firewire | |
parent | 021fb6f27591ff3eab29278d822935fe2d504a8b (diff) |
ALSA: bebob: Remove unused function prototype
snd_bebob_stream_map() is not defined.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire')
-rw-r--r-- | sound/firewire/bebob/bebob.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/firewire/bebob/bebob.h b/sound/firewire/bebob/bebob.h index d1c93a1e0978..e13eef99c27a 100644 --- a/sound/firewire/bebob/bebob.h +++ b/sound/firewire/bebob/bebob.h | |||
@@ -208,8 +208,6 @@ int snd_bebob_stream_set_rate(struct snd_bebob *bebob, unsigned int rate); | |||
208 | int snd_bebob_stream_check_internal_clock(struct snd_bebob *bebob, | 208 | int snd_bebob_stream_check_internal_clock(struct snd_bebob *bebob, |
209 | bool *internal); | 209 | bool *internal); |
210 | int snd_bebob_stream_discover(struct snd_bebob *bebob); | 210 | int snd_bebob_stream_discover(struct snd_bebob *bebob); |
211 | int snd_bebob_stream_map(struct snd_bebob *bebob, | ||
212 | struct amdtp_stream *stream); | ||
213 | int snd_bebob_stream_init_duplex(struct snd_bebob *bebob); | 211 | int snd_bebob_stream_init_duplex(struct snd_bebob *bebob); |
214 | int snd_bebob_stream_start_duplex(struct snd_bebob *bebob, unsigned int rate); | 212 | int snd_bebob_stream_start_duplex(struct snd_bebob *bebob, unsigned int rate); |
215 | void snd_bebob_stream_stop_duplex(struct snd_bebob *bebob); | 213 | void snd_bebob_stream_stop_duplex(struct snd_bebob *bebob); |