git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6983b72
)
[ALSA] dynamic minors (3/6): store device-specific object pointers dynamically
author
Clemens Ladisch
<clemens@ladisch.de>
Sun, 20 Nov 2005 13:06:59 +0000
(14:06 +0100)
committer
Jaroslav 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