commit | 6983b7240cd229787c3ee00e663ea94ea649d96a | [log] [tgz] |
---|---|---|
author | Clemens Ladisch <clemens@ladisch.de> | Sun Nov 20 14:05:49 2005 +0100 |
committer | Jaroslav Kysela <perex@suse.cz> | Tue Jan 03 12:29:15 2006 +0100 |
tree | 25005b4a0fce5465e70961a5d3fe2d040786f890 | |
parent | 2af677fc884fc6dc79e65c99050ea607ac8bab9b [diff] |
[ALSA] dynamic minors (2/6): simplify storage of snd_minor structures Modules: ALSA Core Store the snd_minor structure pointers in one array instead of using a separate list for each card. This simplifies the mapping from device files to minor struct by removing the need to know about the encoding of the card number in the minor number. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>