*参照元 [#jb8cc4b4]
#backlinks

*説明 [#sccde643]
-パス: [[linux-2.6.33/sound/core/pcm_native.c]]

-FIXME: これは何?
--説明


**引数 [#ne64e104]
-struct snd_pcm_substream *substream
--
--[[linux-2.6.33/snd_pcm_substream]]


**返り値 [#bcaf2dfc]
-int
--


**参考 [#qf5f4239]


*実装 [#s85b703a]
 /**
  * snd_pcm_start - start all linked streams
  * @substream: the PCM substream instance
  */
 int snd_pcm_start(struct snd_pcm_substream *substream)
 {
 	return snd_pcm_action(&snd_pcm_action_start, substream,
 			      SNDRV_PCM_STATE_RUNNING);
-
--[[linux-2.6.33/snd_pcm_action()]]
-
--[[linux-2.6.33/snd_pcm_action_start(global)]]
-
--[[linux-2.6.33/SNDRV_PCM_STATE_RUNNING]]

 }


*コメント [#xd2c6fb4]


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS