Searched refs:undo_action (Results 1 – 1 of 1) sorted by relevance
1129 void (*undo_action)(struct snd_pcm_substream *substream, member1164 if (ops->undo_action) { in snd_pcm_action_group()1168 ops->undo_action(s1, state); in snd_pcm_action_group()1210 else if (ops->undo_action) in snd_pcm_action_single()1211 ops->undo_action(substream, state); in snd_pcm_action_single()1378 .undo_action = snd_pcm_undo_start,1564 .undo_action = snd_pcm_undo_pause,1740 .undo_action = snd_pcm_undo_resume,