*参照元 [#ya55c6b7] #backlinks *説明 [#t40dfa97] -パス: [[linux-2.6.33/sound/core/pcm_native.c]] -FIXME: これは何? --説明 **引数 [#n799748a] -struct snd_pcm_substream *substream -- --[[linux-2.6.33/snd_pcm_substream]] -int state -- **返り値 [#a1c02060] -なし **参考 [#jd029eaf] *実装 [#o6aa6e5d] static void snd_pcm_undo_start(struct snd_pcm_substream *substream, int state) { if (substream->runtime->trigger_master == substream) substream->ops->trigger(substream, SNDRV_PCM_TRIGGER_STOP); - --substream->runtime は snd_pcm_runtime 型のメンバ --[[linux-2.6.33/snd_pcm_runtime]] - --substream->ops は snd_pcm_ops 型のメンバ --[[linux-2.6.33/snd_pcm_ops]] - --[[linux-2.6.33/SNDRV_PCM_TRIGGER_STOP]] } *コメント [#z9d87c4d]