From: Clemens Ladisch Date: Sun, 20 Nov 2005 13:03:48 +0000 (+0100) Subject: [ALSA] dynamic minors (1/6): store device type in struct snd_minor X-Git-Tag: v2.6.16-rc1~474^2~22^2~3^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2af677fc884fc6dc79e65c99050ea607ac8bab9b;p=pandora-kernel.git [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 --- Reading git-diff-tree failed