Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210780
b: refs/heads/master
c: 8699a0b
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Sep 16, 2010
1 parent 3b8724a commit fdb22da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 147fcf1c211f1a87bf4d0711b7e9637f3d6ce080
refs/heads/master: 8699a0b657b43fa6401537dfe345bee7aa8115ec
2 changes: 2 additions & 0 deletions trunk/sound/core/pcm_native.c
Original file line number Diff line number Diff line change
Expand Up @@ -1992,6 +1992,8 @@ void snd_pcm_release_substream(struct snd_pcm_substream *substream)
substream->ops->close(substream);
substream->hw_opened = 0;
}
if (pm_qos_request_active(&substream->latency_pm_qos_req))
pm_qos_remove_request(&substream->latency_pm_qos_req);
if (substream->pcm_release) {
substream->pcm_release(substream);
substream->pcm_release = NULL;
Expand Down

0 comments on commit fdb22da

Please sign in to comment.