*参照元 [#w431f137]
#backlinks

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

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


**参考 [#o5bdec8c]


*実装 [#ieac9d8d]
 /**
  * struct snd_soc_jack_pin - Describes a pin to update based on jack detection
  *
  * @pin:    name of the pin to update
  * @mask:   bits to check for in reported jack status
  * @invert: if non-zero then pin is enabled when status is not reported
  * @list:   internal list entry
  */
 struct snd_soc_jack_pin {
         struct list_head list;
-
--[[linux-4.4.1/list_head]]

         const char *pin;
         int mask;
         bool invert;
 };


*コメント [#k2d3e690]


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