*参照元 [#uf01edf2]
#backlinks

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

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


**参考 [#v64335ae]


*実装 [#j3f5b9da]
 /* SoC machine DAI configuration, glues a codec and cpu DAI together */
 struct snd_soc_dai_link  {
 	char *name;			/* Codec name */
 	char *stream_name;		/* Stream name */
 
 	/* DAI */
 	struct snd_soc_dai *codec_dai;
 	struct snd_soc_dai *cpu_dai;
 
-
--[[linux-2.6.33/snd_soc_dai]]

 	/* machine stream operations */
 	struct snd_soc_ops *ops;
 
-
--[[linux-2.6.33/snd_soc_ops]]

 	/* codec/machine specific init - e.g. add machine controls */
 	int (*init)(struct snd_soc_codec *codec);
 
 	/* Symmetry requirements */
 	unsigned int symmetric_rates:1;
 
 	/* Symmetry data - only valid if symmetry is being enforced */
 	unsigned int rate;
 
 	/* DAI pcm */
 	struct snd_pcm *pcm;
-
--[[linux-2.6.33/snd_pcm]]

 };


*コメント [#m9f5ac6c]


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