Searched refs:undo_action (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_native.c | 1182 void (*undo_action)(struct snd_pcm_substream *substream, member 1219 if (ops->undo_action) { in snd_pcm_action_group() 1223 ops->undo_action(s1, state); in snd_pcm_action_group() 1265 else if (ops->undo_action) in snd_pcm_action_single() 1266 ops->undo_action(substream, state); in snd_pcm_action_single() 1440 .undo_action = snd_pcm_undo_start, 1627 .undo_action = snd_pcm_undo_pause, 1809 .undo_action = snd_pcm_undo_resume,
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_native.c | 1201 void (*undo_action)(struct snd_pcm_substream *substream, member 1238 if (ops->undo_action) { in snd_pcm_action_group() 1242 ops->undo_action(s1, state); in snd_pcm_action_group() 1284 else if (ops->undo_action) in snd_pcm_action_single() 1285 ops->undo_action(substream, state); in snd_pcm_action_single() 1465 .undo_action = snd_pcm_undo_start, 1648 .undo_action = snd_pcm_undo_pause, 1826 .undo_action = snd_pcm_undo_resume,
|
Completed in 10 milliseconds