Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56153
b: refs/heads/master
c: 208eee2
h: refs/heads/master
i:
  56151: 615d924
v: v3
  • Loading branch information
Frederik Deweerdt authored and Jaroslav Kysela committed May 11, 2007
1 parent d5c3c6e commit 5a6caa0
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6b97eb45f2edca51250b6c1e3142801f069245fe
refs/heads/master: 208eee2a9db7e70109583e3481371967cd1d4764
3 changes: 2 additions & 1 deletion trunk/sound/core/pcm_native.c
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,8 @@ static int snd_pcm_action_group(struct action_ops *ops,

snd_pcm_group_for_each_entry(s, substream) {
if (do_lock && s != substream)
spin_lock(&s->self_group.lock);
spin_lock_nested(&s->self_group.lock,
SINGLE_DEPTH_NESTING);
res = ops->pre_action(s, state);
if (res < 0)
goto _unlock;
Expand Down

0 comments on commit 5a6caa0

Please sign in to comment.