Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62098
b: refs/heads/master
c: 1a7fa54
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jul 20, 2007
1 parent 347ea2d commit 3a19b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 940d244851f8a204b5aedae678d9ab96c20b2fec
refs/heads/master: 1a7fa543cb5d8185d293a03842b33136d8dcc04c
2 changes: 1 addition & 1 deletion trunk/sound/core/pcm_native.c
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ static int snd_pcm_drain(struct snd_pcm_substream *substream)

snd_pcm_stream_lock_irq(substream);
/* resume pause */
if (runtime->status->state == SNDRV_PCM_STATE_PAUSED)
if (substream->runtime->status->state == SNDRV_PCM_STATE_PAUSED)
snd_pcm_pause(substream, 0);

/* pre-start/stop - all running streams are changed to DRAINING state */
Expand Down

0 comments on commit 3a19b12

Please sign in to comment.