*参照元 [#m0d5e666] #backlinks *説明 [#w3992385] -パス: [[linux-2.6.33/sound/core/pcm_native.c]] -FIXME: これは何? --説明 **参考 [#j8f09864] *実装 [#rbe818b8] static struct action_ops snd_pcm_action_start = { - --[[linux-2.6.33/action_ops]] .pre_action = snd_pcm_pre_start, - --[[linux-2.6.33/snd_pcm_pre_start()]] .do_action = snd_pcm_do_start, - --[[linux-2.6.33/snd_pcm_do_start()]] .undo_action = snd_pcm_undo_start, - --[[linux-2.6.33/snd_pcm_undo_start()]] .post_action = snd_pcm_post_start - --[[linux-2.6.33/snd_pcm_post_start()]] }; *コメント [#q33e44a7]