Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/
Dpcm_native.c967 static int snd_pcm_action(struct action_ops *ops, in snd_pcm_action() function
1006 res = snd_pcm_action(ops, substream, state); in snd_pcm_action_lock_irq()
1086 return snd_pcm_action(&snd_pcm_action_start, substream, in snd_pcm_start()
1139 return snd_pcm_action(&snd_pcm_action_stop, substream, state); in snd_pcm_stop()
1251 return snd_pcm_action(&snd_pcm_action_pause, substream, push); in snd_pcm_pause()
1312 err = snd_pcm_action(&snd_pcm_action_suspend, substream, 0); in snd_pcm_suspend()
1686 result = snd_pcm_action(&snd_pcm_action_drain_init, substream, 0); in snd_pcm_drain()