Home
last modified time | relevance | path

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

/sound/core/
Dpcm_native.c688 int (*do_action)(struct snd_pcm_substream *substream, int state); member
715 res = ops->do_action(s, state); in snd_pcm_action_group()
756 res = ops->do_action(substream, state); in snd_pcm_action_single()
872 .do_action = snd_pcm_do_start,
922 .do_action = snd_pcm_do_stop,
1009 .do_action = snd_pcm_do_pause,
1059 .do_action = snd_pcm_do_suspend,
1158 .do_action = snd_pcm_do_resume,
1261 .do_action = snd_pcm_do_reset,
1305 .do_action = snd_pcm_do_prepare,
[all …]