commit | f87135f56cb266e031f5ec081dfbde7e43f55e80 | [log] [tgz] |
---|---|---|
author | Clemens Ladisch <clemens@ladisch.de> | Sun Nov 20 14:06:59 2005 +0100 |
committer | Jaroslav Kysela <perex@suse.cz> | Tue Jan 03 12:29:17 2006 +0100 |
tree | c048abae6bb04df53f5d8d7dcffbf2c28bc638ff | |
parent | 6983b7240cd229787c3ee00e663ea94ea649d96a [diff] |
[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 <clemens@ladisch.de>