snd_pcm_action    885 sound/core/pcm_native.c 	return snd_pcm_action(&snd_pcm_action_start, substream,
snd_pcm_action    938 sound/core/pcm_native.c 	return snd_pcm_action(&snd_pcm_action_stop, substream, state);
snd_pcm_action   1023 sound/core/pcm_native.c 	return snd_pcm_action(&snd_pcm_action_pause, substream, push);
snd_pcm_action   1083 sound/core/pcm_native.c 	err = snd_pcm_action(&snd_pcm_action_suspend, substream, 0);
snd_pcm_action   1470 sound/core/pcm_native.c 	result = snd_pcm_action(&snd_pcm_action_drain_init, substream, 0);