*参照元 [#gb43e2e6]
#backlinks

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

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


**参考 [#k45376aa]


*実装 [#hc83036f]
 struct snd_soc_jack {
         struct mutex mutex;
-
--[[linux-4.4.1/mutex]]

         struct snd_jack *jack;
         struct snd_soc_card *card;
-
--[[linux-4.4.1/snd_jack]]
--[[linux-4.4.1/snd_soc_card]]

         struct list_head pins;
-
--[[linux-4.4.1/list_head]]

         int status;
         struct blocking_notifier_head notifier;
-
--[[linux-4.4.1/blocking_notifier_head]]

         struct list_head jack_zones;
 };


*コメント [#n877f2a9]


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