From: Takashi Iwai Date: Wed, 9 Mar 2011 16:33:48 +0000 (+0100) Subject: sound: Use sound_register_*() for additional OSS minor devices X-Git-Tag: v2.6.39-rc1~424^2^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=848669da3a92fa6ab815e0517af3294afb3ea928;p=pandora-kernel.git sound: Use sound_register_*() for additional OSS minor devices Since OSS driver creates the device entries for /dev/audio* and /dev/dspW* by itself without coping with sound_core, it leads to conflicts with others and let sysfs spewing warnings. This patch rewrites the registration part of OSS driver to use the standard method also for additional minor devices. Reported-by: Steven Rostedt (with ktest.pl) Tested-by: Steven Rostedt (with ktest.pl) Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed