*参照元 [#r0a8d14f]
#backlinks

*説明 [#zdc5d156]
-パス: [[linux-2.6.33/include/sound/soc.h]]

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


**参考 [#bd5bf400]


*実装 [#j6aa4cd6]
 /* SoC audio ops */
 struct snd_soc_ops {
 	int (*startup)(struct snd_pcm_substream *);
 	void (*shutdown)(struct snd_pcm_substream *);
 	int (*hw_params)(struct snd_pcm_substream *, struct snd_pcm_hw_params *);
 	int (*hw_free)(struct snd_pcm_substream *);
 	int (*prepare)(struct snd_pcm_substream *);
 	int (*trigger)(struct snd_pcm_substream *, int);
-
--[[linux-2.6.33/snd_pcm_substream]]
-
--[[linux-2.6.33/snd_pcm_hw_params]]

 };


*コメント [#n8fbf91c]


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