summaryrefslogtreecommitdiffstats
path: root/rose
diff options
context:
space:
mode:
Diffstat (limited to 'rose')
0 files changed, 0 insertions, 0 deletions
pre> ALSA: Kill snd_assert() in other places 2008-08-13T09:46:40+00:00 Takashi Iwai tiwai@suse.de 2008-08-08T15:12:47+00:00 5e246b850df563224be26f1d409cf66fd6c968df Kill snd_assert() in other places, either removed or replaced with if () with snd_BUG_ON(). Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Kill snd_assert() in other places, either removed or replaced with
if () with snd_BUG_ON().

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
sound: Convert to menuconfig 2008-05-27T13:56:20+00:00 Takashi Iwai tiwai@suse.de 2008-05-23T14:10:37+00:00 89fe5117928b2c1272c9376362131ded561c91ad Convert menu in sound Kconfig files to menuconfig and if. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Convert menu in sound Kconfig files to menuconfig and if.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
[ALSA] Remove sound/driver.h 2008-01-31T16:29:48+00:00 Takashi Iwai tiwai@suse.de 2008-01-08T17:13:27+00:00 9004acc70e8c49c50c4c7b652f906f1e0ed5709d This header file exists only for some hacks to adapt alsa-driver tree. It's useless for building in the kernel. Let's move a few lines in it to sound/core.h and remove it. With this patch, sound/driver.h isn't removed but has just a single compile warning to include it. This should be really killed in future. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This header file exists only for some hacks to adapt alsa-driver
tree.  It's useless for building in the kernel.  Let's move a few
lines in it to sound/core.h and remove it.
With this patch, sound/driver.h isn't removed but has just a single
compile warning to include it.  This should be really killed in
future.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>