aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2019-06-12 17:44:13 +0900
committerTakashi Iwai <tiwai@suse.de>2019-06-12 15:26:53 +0200
commit5ad840728ac3f56008da03481a96d3ed175e7c3f (patch)
tree77f70b28e1fd23dc0c99c090594af05fa47e36e7 /sound/firewire
parentALSA: fireworks: configure stream parameters in pcm.hw_params callback (diff)
downloadlinux-dev-5ad840728ac3f56008da03481a96d3ed175e7c3f.tar.xz
linux-dev-5ad840728ac3f56008da03481a96d3ed175e7c3f.zip
ALSA: fireworks: don't set XRUN in stop streaming
When stopping packet streaming, no need to stop PCM substream with XRUN state. This commit suppresses it. 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/fireworks/fireworks_stream.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/firewire/fireworks/fireworks_stream.c b/sound/firewire/fireworks/fireworks_stream.c
index 1abc15760513..61342c49dc38 100644
--- a/sound/firewire/fireworks/fireworks_stream.c
+++ b/sound/firewire/fireworks/fireworks_stream.c
@@ -43,7 +43,6 @@ end:
static void
stop_stream(struct snd_efw *efw, struct amdtp_stream *stream)
{
- amdtp_stream_pcm_abort(stream);
amdtp_stream_stop(stream);
if (stream == &efw->tx_stream)