+7
−2
+1
−0
+1
−1
+3
−3
+3
−4
Loading
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>