*参照元 [#g23a6b17]
#backlinks

*説明 [#sabe0bbf]
-パス: [[linux-4.4.1/sound/soc/soc-dapm.c]]

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


**参考 [#z8c43fa5]


*実装 [#x6f1cad7]
 /*
  * DAPM audio route definition.
  *
  * Defines an audio route originating at source via control and finishing
  * at sink.
  */
 struct snd_soc_dapm_route {
 	const char *sink;
 	const char *control;
 	const char *source;
 
 	/* Note: currently only supported for links where source is a supply */
 	int (*connected)(struct snd_soc_dapm_widget *source,
 			 struct snd_soc_dapm_widget *sink);
-
--[[linux-4.4.1/snd_soc_dapm_widget]]

 };


*コメント [#p499af18]


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS