*参照元 [#q5f8c3e4]
#backlinks

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

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


**引数 [#nbe1919c]
-struct snd_pcm_substream *substream
--
--[[linux-2.6.33/snd_pcm_substream]]
-int state
--


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


**参考 [#aeb8ee30]


*実装 [#ra4582c0]
 /**
  * snd_pcm_stop - try to stop all running streams in the substream group
  * @substream: the PCM substream instance
  * @state: PCM state after stopping the stream
  *
  * The state of each stream is then changed to the given state unconditionally.
  */
 int snd_pcm_stop(struct snd_pcm_substream *substream, int state)
 {
 	return snd_pcm_action(&snd_pcm_action_stop, substream, state);
-
--[[linux-2.6.33/snd_pcm_action()]]
-
--[[linux-2.6.33/snd_pcm_action_stop(global)]]

 }
 
 EXPORT_SYMBOL(snd_pcm_stop);
-ライセンスに関係なくシンボルを公開する。
--[[linux-2.6.33/EXPORT_SYMBOL()]]


*コメント [#k1576c30]


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