*参照元 [#ccdac158]
#backlinks

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

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


**参考 [#zc2c2fc7]


*実装 [#hbd4826b]
 struct snd_info_entry {
 	const char *name;
 	mode_t mode;
 	long size;
 	unsigned short content;
 	union {
 		struct snd_info_entry_text text;
 		struct snd_info_entry_ops *ops;
 	} c;
-
--[[linux-2.6.33/snd_info_entry_text]]
-
--[[linux-2.6.33/snd_info_entry_ops]]

 	struct snd_info_entry *parent;
 	struct snd_card *card;
 	struct module *module;
 	void *private_data;
 	void (*private_free)(struct snd_info_entry *entry);
-
--[[linux-2.6.33/snd_info_entry]]
-
--[[linux-2.6.33/snd_card]]
-
--[[linux-2.6.33/module]]

 	struct proc_dir_entry *p;
 	struct mutex access;
 	struct list_head children;
 	struct list_head list;
-
--[[linux-2.6.33/proc_dir_entry]]
-
--[[linux-2.6.33/mutex]]
-
--[[linux-2.6.33/list_head]]

 };


*コメント [#f33dd39e]


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