*参照元 [#n73b9d62]
#backlinks

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

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


**参考 [#cb69cc73]


*実装 [#uf54e762]
 struct snd_hwdep {
 	struct snd_card *card;
 	struct list_head list;
 	int device;
 	char id[32];
 	char name[80];
 	int iface;
 
-
--[[linux-2.6.33/snd_card]]
-
--[[linux-2.6.33/list_head]]

 #ifdef CONFIG_SND_OSSEMUL
-
--[[linux-2.6.33/CONFIG_SND_OSSEMUL]]

 	char oss_dev[32];
 	int oss_type;
 	int ossreg;
 #endif
 
 	struct snd_hwdep_ops ops;
 	wait_queue_head_t open_wait;
 	void *private_data;
 	void (*private_free) (struct snd_hwdep *hwdep);
 
-
--[[linux-2.6.33/snd_hwdep_ops]]
-
--[[linux-2.6.33/wait_queue_head_t]]

 	struct mutex open_mutex;
 	int used;			/* reference counter */
 	unsigned int dsp_loaded;	/* bit fields of loaded dsp indices */
 	unsigned int exclusive:1;	/* exclusive access mode */
-
--[[linux-2.6.33/mutex]]

 };


*コメント [#b5356a65]


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