linux/sound/core
Greg Kroah-Hartman d80f19fab8 Driver core: convert sound core to use struct device
Converts from using struct "class_device" to "struct device" making
everything show up properly in /sys/devices/ with symlinks from the
/sys/class directory.

It also makes the struct sound_card to show up as a "real" device
where all the different sound class devices are placed as childs
and different card attribute files can hang off of. /sys/class/sound is
still a flat directory, but the symlink targets of all devices belonging
to the same card, point the the /sys/devices tree below the new card
device object.

Thanks to Kay for the updates to this patch.

Signed-off-by: Kay Sievers <kay.sievers@novell.com>
Acked-by: Jaroslav Kysela <perex@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-12-01 14:52:01 -08:00
..
oss
seq
control.c
control_compat.c
device.c
hwdep.c
hwdep_compat.c
info.c
info_oss.c
init.c Driver core: convert sound core to use struct device 2006-12-01 14:52:01 -08:00
isadma.c
Kconfig
Makefile
memalloc.c
memory.c
misc.c
pcm.c Driver core: convert sound core to use struct device 2006-12-01 14:52:01 -08:00
pcm_compat.c
pcm_lib.c
pcm_memory.c
pcm_misc.c
pcm_native.c
pcm_timer.c
rawmidi.c
rawmidi_compat.c
rtctimer.c
sgbuf.c
sound.c Driver core: convert sound core to use struct device 2006-12-01 14:52:01 -08:00
sound_oss.c
timer.c
timer_compat.c