linux-2.6.33/snd_pcm_action_start(global)
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#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]
終了行:
*参照元 [#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]
ページ名: