projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68bf570
)
sound/oss: Remove dead CONFIG_SOFTOSS*
author
Christian Dietrich
<qy03fugy@stud.informatik.uni-erlangen.de>
Wed, 21 Jul 2010 12:35:17 +0000
(14:35 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 21 Jul 2010 13:02:46 +0000
(15:02 +0200)
CONFIG_SOFTOSS* doesn't exist in Kconfig or somewhere
else, therefore removing all references for it from the source code.
Signed-off-by: Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/oss/vidc.c
patch
|
blob
|
history
diff --git
a/sound/oss/vidc.c
b/sound/oss/vidc.c
index
ac39a53
..
f0e0caa
100644
(file)
--- a/
sound/oss/vidc.c
+++ b/
sound/oss/vidc.c
@@
-491,9
+491,6
@@
static void __init attach_vidc(struct address_info *hw_config)
vidc_adev = adev;
vidc_mixer_set(SOUND_MIXER_VOLUME, (85 | 85 << 8));
-#if defined(CONFIG_SOUND_SOFTOSS) || defined(CONFIG_SOUND_SOFTOSS_MODULE)
- softoss_dev = adev;
-#endif
return;
irq_failed: