*参照元 [#w62ede32] #backlinks *説明 [#c9c297d0] -パス: [[linux-2.6.33/]] -パス: [[linux-2.6.33/include/sound/core.h]] -FIXME: これは何? --説明 **参考 [#yecd1364] *実装 [#cad7c727] struct snd_minor { int type; /* SNDRV_DEVICE_TYPE_XXX */ int card; /* card number */ int device; /* device number */ const struct file_operations *f_ops; /* file operations */ - --[[linux-2.6.33/file_opeations]] void *private_data; /* private data for f_ops->open */ struct device *dev; /* device for sysfs */ - --[[linux-2.6.33/device]] }; *コメント [#uf59cf12]