aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/pcxhr/pcxhr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/pcxhr/pcxhr.c')
-rw-r--r--sound/pci/pcxhr/pcxhr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/pcxhr/pcxhr.c b/sound/pci/pcxhr/pcxhr.c
index cd4613a97bd7..2d618bd7e62b 100644
--- a/sound/pci/pcxhr/pcxhr.c
+++ b/sound/pci/pcxhr/pcxhr.c
@@ -664,6 +664,7 @@ static int pcxhr_trigger(struct snd_pcm_substream *subs, int cmd)
664 if (pcxhr_update_r_buffer(stream)) 664 if (pcxhr_update_r_buffer(stream))
665 return -EINVAL; 665 return -EINVAL;
666 666
667 stream->status = PCXHR_STREAM_STATUS_SCHEDULE_RUN;
667 if (pcxhr_set_stream_state(stream)) 668 if (pcxhr_set_stream_state(stream))
668 return -EINVAL; 669 return -EINVAL;
669 stream->status = PCXHR_STREAM_STATUS_RUNNING; 670 stream->status = PCXHR_STREAM_STATUS_RUNNING;