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 [ALSA] Fix hang-up at disconnection of usb-audio 2006-11-28 13:46:38 +01:00
seq
Kconfig
Makefile
control.c [ALSA] Fix addition of user-defined boolean controls 2006-10-22 10:51:15 +02:00
control_compat.c [ALSA] Add missing compat ioctls for ALSA control API 2006-09-23 10:47:19 +02:00
device.c
hwdep.c [ALSA] Dereference after free in snd_hwdep_release() 2006-10-06 20:22:59 +02:00
hwdep_compat.c [PATCH] hwdep_compat missed __user annotations 2006-10-10 15:37:21 -07:00
info.c [ALSA] Fix re-use of va_list 2006-10-22 10:51:13 +02:00
info_oss.c [PATCH] namespaces: utsname: use init_utsname when appropriate 2006-10-02 07:57:21 -07:00
init.c Driver core: convert sound core to use struct device 2006-12-01 14:52:01 -08:00
isadma.c
memalloc.c
memory.c Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
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 [ALSA] Fix hang-up at disconnection of usb-audio 2006-11-28 13:46:38 +01:00
pcm_timer.c
rawmidi.c
rawmidi_compat.c
rtctimer.c [ALSA] rtctimer: handle RTC interrupts with a tasklet 2006-11-28 13:46:33 +01:00
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