snd_pcm_action   1185 sound/core/pcm_native.c 	res = snd_pcm_action(ops, substream, state);
snd_pcm_action   1267 sound/core/pcm_native.c 	return snd_pcm_action(&snd_pcm_action_start, substream,
snd_pcm_action   1327 sound/core/pcm_native.c 	return snd_pcm_action(&snd_pcm_action_stop, substream, state);
snd_pcm_action   1437 sound/core/pcm_native.c 	return snd_pcm_action(&snd_pcm_action_pause, substream, push);
snd_pcm_action   1501 sound/core/pcm_native.c 	err = snd_pcm_action(&snd_pcm_action_suspend, substream, 0);
snd_pcm_action   1858 sound/core/pcm_native.c 	result = snd_pcm_action(&snd_pcm_action_drain_init, substream, 0);