diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2008-09-05 09:16:38 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-09-09 09:11:01 +0200 |
commit | dfdf34bbcbb2687d3a5fa723279124df9e309195 (patch) | |
tree | 242547134e1c73404d8e843669087da847de3887 /sound/oss/aedsp16.c | |
parent | dc0abf90059292da831fb43e55b833d7c7a9e2a6 (diff) | |
download | op-kernel-dev-dfdf34bbcbb2687d3a5fa723279124df9e309195.zip op-kernel-dev-dfdf34bbcbb2687d3a5fa723279124df9e309195.tar.gz |
sound: remove reference to dead sound OSS vars AEDSP16_MSS and SBPRO
Remove the Kconfig definitions of unused variables AEDSP16_MSS and
AEDSP16_SBPRO since they're:
1) unused, and
2) referenced incorrectly anyway.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
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 'sound/oss/aedsp16.c')
-rw-r--r-- | sound/oss/aedsp16.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/oss/aedsp16.c b/sound/oss/aedsp16.c index 51e1fde..a0274f3 100644 --- a/sound/oss/aedsp16.c +++ b/sound/oss/aedsp16.c @@ -29,14 +29,6 @@ #include "sound_config.h" /* - * Sanity checks - */ - -#if defined(CONFIG_SOUND_AEDSP16_SBPRO) && defined(CONFIG_SOUND_AEDSP16_MSS) -#error You have to enable only one of the MSS and SBPRO emulations. -#endif - -/* READ THIS |