diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2019-06-18 16:26:17 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-06-21 12:47:02 +0300 |
commit | eccd895c998549ebb4a80f0ebee13b6a179bd40c (patch) | |
tree | 914d5573deb2c38e01893405cdd1c7b4da736de4 /sound/firewire/motu/motu.h | |
parent | af26bacc1c5ace50645b29aea148c6143753edd4 (diff) | |
download | linux-eccd895c998549ebb4a80f0ebee13b6a179bd40c.tar.xz |
ALSA: firewire-motu: unify stop and release method for duplex streams
>From callbacks for pcm and rawmidi interfaces, the functions to stop
and release duplex streams are called at the same time. This commit
merges the two functions.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/motu/motu.h')
-rw-r--r-- | sound/firewire/motu/motu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/firewire/motu/motu.h b/sound/firewire/motu/motu.h index 32cd42873fd0..a4ac320f2c9e 100644 --- a/sound/firewire/motu/motu.h +++ b/sound/firewire/motu/motu.h @@ -154,7 +154,6 @@ int snd_motu_stream_init_duplex(struct snd_motu *motu); void snd_motu_stream_destroy_duplex(struct snd_motu *motu); int snd_motu_stream_cache_packet_formats(struct snd_motu *motu); int snd_motu_stream_reserve_duplex(struct snd_motu *motu, unsigned int rate); -void snd_motu_stream_release_duplex(struct snd_motu *motu); int snd_motu_stream_start_duplex(struct snd_motu *motu); void snd_motu_stream_stop_duplex(struct snd_motu *motu); int snd_motu_stream_lock_try(struct snd_motu *motu); |