From: Clemens Ladisch Date: Sun, 20 Nov 2005 13:05:49 +0000 (+0100) Subject: [ALSA] dynamic minors (2/6): simplify storage of snd_minor structures X-Git-Tag: v2.6.16-rc1~474^2~22^2~3^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6983b7240cd229787c3ee00e663ea94ea649d96a;p=pandora-kernel.git [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 --- Reading git-diff-tree failed