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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_native.c771 static int snd_pcm_action(struct action_ops *ops, function
888 return snd_pcm_action(&snd_pcm_action_start, substream,
941 return snd_pcm_action(&snd_pcm_action_stop, substream, state);
1035 return snd_pcm_action(&snd_pcm_action_pause, substream, push);
1095 err = snd_pcm_action(&snd_pcm_action_suspend, substream, 0);
1447 result = snd_pcm_action(&snd_pcm_action_drain_init, substream, 0);

Completed in 94 milliseconds