commit | 2af677fc884fc6dc79e65c99050ea607ac8bab9b | [log] [tgz] |
---|---|---|
author | Clemens Ladisch <clemens@ladisch.de> | Sun Nov 20 14:03:48 2005 +0100 |
committer | Jaroslav Kysela <perex@suse.cz> | Tue Jan 03 12:29:14 2006 +0100 |
tree | 4291d36c2f116d5887b88da5f0213b68933a1201 | |
parent | a106cd3d9e88c8761bd0eac2ce402cc82bd11fea [diff] |
[ALSA] dynamic minors (1/6): store device type in struct snd_minor Instead of a comment string, store the device type in the snd_minor structure. This makes snd_minor more flexible, and has the nice side effect that we don't need anymore to create a separate snd_minor template for registering a device but can pass the file_operations directly to snd_register_device(). Signed-off-by: Clemens Ladisch <clemens@ladisch.de>