Lines Matching refs:s1
1218 struct snd_pcm_substream *s1; in snd_pcm_action_group() local
1239 snd_pcm_group_for_each_entry(s1, substream) { in snd_pcm_action_group()
1240 if (s1 == s) /* failed stream */ in snd_pcm_action_group()
1242 ops->undo_action(s1, state); in snd_pcm_action_group()
1254 snd_pcm_group_for_each_entry(s1, substream) { in snd_pcm_action_group()
1255 if (s1 != substream) { in snd_pcm_action_group()
1257 mutex_unlock(&s1->runtime->buffer_mutex); in snd_pcm_action_group()
1258 else if (s1->pcm->nonatomic) in snd_pcm_action_group()
1259 mutex_unlock(&s1->self_group.mutex); in snd_pcm_action_group()
1261 spin_unlock(&s1->self_group.lock); in snd_pcm_action_group()
1263 if (s1 == s) /* end */ in snd_pcm_action_group()