Searched refs:pre_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.c691 int (*pre_action)(struct snd_pcm_substream *substream, int state); member in struct:action_ops
714 res = ops->pre_action(s, state);
757 res = ops->pre_action(substream, state);
876 .pre_action = snd_pcm_pre_start,
927 .pre_action = snd_pcm_pre_stop,
1024 .pre_action = snd_pcm_pre_pause,
1075 .pre_action = snd_pcm_pre_suspend,
1173 .pre_action = snd_pcm_pre_resume,
1276 .pre_action = snd_pcm_pre_reset,
1320 .pre_action
[all...]

Completed in 105 milliseconds