Home
last modified time | relevance | path

Searched refs:undo_action (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/sound/core/
Dpcm_native.c881 void (*undo_action)(struct snd_pcm_substream *substream, int state); member
913 if (ops->undo_action) { in snd_pcm_action_group()
917 ops->undo_action(s1, state); in snd_pcm_action_group()
959 else if (ops->undo_action) in snd_pcm_action_single()
960 ops->undo_action(substream, state); in snd_pcm_action_single()
1074 .undo_action = snd_pcm_undo_start,
1242 .undo_action = snd_pcm_undo_pause,
1393 .undo_action = snd_pcm_undo_resume,