diff options
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/cs46xx.h | 3 | ||||
-rw-r--r-- | include/sound/driver.h | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/include/sound/cs46xx.h b/include/sound/cs46xx.h index 6b40ee60f4c..e3005a674a2 100644 --- a/include/sound/cs46xx.h +++ b/include/sound/cs46xx.h @@ -1708,9 +1708,6 @@ struct snd_cs46xx { struct gameport *gameport; -#ifdef CONFIG_SND_CS46XX_DEBUG_GPIO - int current_gpio; -#endif #ifdef CONFIG_SND_CS46XX_NEW_DSP struct mutex spos_mutex; diff --git a/include/sound/driver.h b/include/sound/driver.h index 5ccb6c5feec..1889929d183 100644 --- a/include/sound/driver.h +++ b/include/sound/driver.h @@ -38,10 +38,6 @@ #define CONFIG_SND_MAJOR 116 #endif -#ifndef CONFIG_SND_DEBUG -#undef CONFIG_SND_DEBUG_MEMORY -#endif - #ifdef ALSA_BUILD #include "adriver.h" #endif |