Skip to content

Commit

Permalink
ALSA: fireworks: don't set XRUN in stop streaming
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Takashi Sakamoto authored and Takashi Iwai committed Jun 12, 2019
1 parent 206cf89 commit 5ad8407
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/firewire/fireworks/fireworks_stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ init_stream(struct snd_efw *efw, struct amdtp_stream *stream)
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)
Expand Down

0 comments on commit 5ad8407

Please sign in to comment.