[[linux-4.4.1/snd_soc_codec_driver]]
*参照元 [#rc564841]
#backlinks

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

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


**参考 [#rbed329b]


*実装 [#pb0ebaa8]
 struct snd_kcontrol_new {
         snd_ctl_elem_iface_t iface;     /* interface identifier */
-
--[[linux-4.4.1/snd_ctl_elem_iface_t]]

         unsigned int device;            /* device/client number */
         unsigned int subdevice;         /* subdevice (substream) number */
         const unsigned char *name;      /* ASCII name of item */
         unsigned int index;             /* index of item */
         unsigned int access;            /* access rights */
         unsigned int count;             /* count of same elements */
         snd_kcontrol_info_t *info;
         snd_kcontrol_get_t *get;
         snd_kcontrol_put_t *put;
-
--[[linux-4.4.1/snd_kcontrol_info_t]]
--[[linux-4.4.1/snd_kcontrol_get_t]]
--[[linux-4.4.1/snd_kcontrol_put_t]]

         union {
                 snd_kcontrol_tlv_rw_t *c;
                 const unsigned int *p;
         } tlv;
-
--[[linux-4.4.1/snd_kcontrol_tlv_rw_t]]

         unsigned long private_value;
 };


*コメント [#ja018903]


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