sound: request char-major-* module aliases for missing OSS devices
authorTejun Heo <teheo@suse.de>
Thu, 6 Aug 2009 09:13:58 +0000 (18:13 +0900)
committerTakashi Iwai <tiwai@suse.de>
Mon, 10 Aug 2009 11:59:26 +0000 (13:59 +0200)
commit0a848680a82e47854347cdfecbe9adf8842719e6
tree228ab8937e348d4f8100fef73485a77f13b2d1da
parent1905b1bfc0de6f69a61dc03cac0d86a04b3216bd
sound: request char-major-* module aliases for missing OSS devices

Till now missing OSS devices emitted sound-slot/service-* module
alises instead of the standard char-major-* if a missing device number
is opened if soundcore is loaded.  The custom module aliases don't
have any inherent benefit than backward compatibility.

sound-slot/service-* module aliases is scheduled to be removed and to
help the transition this patch makes soundcore emit the standard
module alises along with the custom ones.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/sound_core.c