aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorJiri Olsa <olsajiri@gmail.com>2007-11-12 06:15:42 -0500
committerJaroslav Kysela <perex@perex.cz>2008-01-31 11:29:21 -0500
commit5dbc94791005608c57674fba04dd6b5e19ba9342 (patch)
treeef5ee4d3a53b96859d2f3f95ada3013730388434 /include/sound
parent6a7b8cf4766803c2e16cf118a2998c7095c2c7e3 (diff)
[ALSA] sound: remove dead config symbol from sound code
remove dead config symbols from sound code Signed-off-by: Jiri Olsa <olsajiri@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/cs46xx.h3
-rw-r--r--include/sound/driver.h4
2 files changed, 0 insertions, 7 deletions
diff --git a/include/sound/cs46xx.h b/include/sound/cs46xx.h
index 6b40ee60f4c5..e3005a674a24 100644
--- a/include/sound/cs46xx.h
+++ b/include/sound/cs46xx.h
@@ -1708,9 +1708,6 @@ struct snd_cs46xx {
1708 1708
1709 struct gameport *gameport; 1709 struct gameport *gameport;
1710 1710
1711#ifdef CONFIG_SND_CS46XX_DEBUG_GPIO
1712 int current_gpio;
1713#endif
1714#ifdef CONFIG_SND_CS46XX_NEW_DSP 1711#ifdef CONFIG_SND_CS46XX_NEW_DSP
1715 struct mutex spos_mutex; 1712 struct mutex spos_mutex;
1716 1713
diff --git a/include/sound/driver.h b/include/sound/driver.h
index 5ccb6c5feecb..1889929d1831 100644
--- a/include/sound/driver.h
+++ b/include/sound/driver.h
@@ -38,10 +38,6 @@
38#define CONFIG_SND_MAJOR 116 38#define CONFIG_SND_MAJOR 116
39#endif 39#endif
40 40
41#ifndef CONFIG_SND_DEBUG
42#undef CONFIG_SND_DEBUG_MEMORY
43#endif
44
45#ifdef ALSA_BUILD 41#ifdef ALSA_BUILD
46#include "adriver.h" 42#include "adriver.h"
47#endif 43#endif