From: Clemens Ladisch Date: Sun, 20 Nov 2005 13:06:59 +0000 (+0100) Subject: [ALSA] dynamic minors (3/6): store device-specific object pointers dynamically X-Git-Tag: v2.6.16-rc1~474^2~22^2~3^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f87135f56cb266e031f5ec081dfbde7e43f55e80;p=pandora-kernel.git [ALSA] dynamic minors (3/6): store device-specific object pointers dynamically Instead of storing the pointers to the device-specific structures in an array, put them into the struct snd_minor, and look them up dynamically. This makes the device type modules independent of the minor number encoding. Signed-off-by: Clemens Ladisch --- Reading git-diff-tree failed