[ALSA] dynamic minors (3/6): store device-specific object pointers dynamically
authorClemens Ladisch <clemens@ladisch.de>
Sun, 20 Nov 2005 13:06:59 +0000 (14:06 +0100)
committerJaroslav Kysela <perex@suse.cz>
Tue, 3 Jan 2006 11:29:17 +0000 (12:29 +0100)
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 <clemens@ladisch.de>

No differences found