Message ID | 1401863137-15103-7-git-send-email-o-takashi@sakamocchi.jp (mailing list archive) |
---|---|
State | Accepted |
Commit | 1c9b8f51251212113a8ed12836dc6ba6a14e8b33 |
Headers | show |
At Wed, 4 Jun 2014 15:25:37 +0900, Takashi Sakamoto wrote: > > snd_bebob_stream_map() is not defined. > > Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Thanks, applied. Takashi > --- > sound/firewire/bebob/bebob.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/sound/firewire/bebob/bebob.h b/sound/firewire/bebob/bebob.h > index d1c93a1..e13eef9 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); > int snd_bebob_stream_check_internal_clock(struct snd_bebob *bebob, > bool *internal); > int snd_bebob_stream_discover(struct snd_bebob *bebob); > -int snd_bebob_stream_map(struct snd_bebob *bebob, > - struct amdtp_stream *stream); > int snd_bebob_stream_init_duplex(struct snd_bebob *bebob); > int snd_bebob_stream_start_duplex(struct snd_bebob *bebob, unsigned int rate); > void snd_bebob_stream_stop_duplex(struct snd_bebob *bebob); > -- > 1.8.3.2 >
diff --git a/sound/firewire/bebob/bebob.h b/sound/firewire/bebob/bebob.h index d1c93a1..e13eef9 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); int snd_bebob_stream_check_internal_clock(struct snd_bebob *bebob, bool *internal); int snd_bebob_stream_discover(struct snd_bebob *bebob); -int snd_bebob_stream_map(struct snd_bebob *bebob, - struct amdtp_stream *stream); int snd_bebob_stream_init_duplex(struct snd_bebob *bebob); int snd_bebob_stream_start_duplex(struct snd_bebob *bebob, unsigned int rate); void snd_bebob_stream_stop_duplex(struct snd_bebob *bebob);
snd_bebob_stream_map() is not defined. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> --- sound/firewire/bebob/bebob.h | 2 -- 1 file changed, 2 deletions(-)