diff options
-rw-r--r-- | sound/oss/Kconfig | 28 | ||||
-rw-r--r-- | sound/oss/aedsp16.c | 8 |
2 files changed, 0 insertions, 36 deletions
diff --git a/sound/oss/Kconfig b/sound/oss/Kconfig index cbee9dca12b0..1ca7427c4b6d 100644 --- a/sound/oss/Kconfig +++ b/sound/oss/Kconfig | |||
@@ -539,34 +539,6 @@ config SC6600_CDROMBASE | |||
539 | Base I/O port address for the CD-ROM interface of the Audio Excel | 539 | Base I/O port address for the CD-ROM interface of the Audio Excel |
540 | DSP 16 card. | 540 | DSP 16 card. |
541 | 541 | ||
542 | choice | ||
543 | prompt "Audio Excel DSP 16" | ||
544 | optional | ||
545 | depends on SOUND_AEDSP16 | ||
546 | |||
547 | config AEDSP16_MSS | ||
548 | bool "MSS emulation" | ||
549 | depends on SOUND_MSS | ||
550 | help | ||
551 | Answer Y if you want your audio card to emulate Microsoft Sound | ||
552 | System. You should then say Y to "Microsoft Sound System support" | ||
553 | and say N to "Audio Excel DSP 16 (SBPro emulation)". | ||
554 | |||
555 | config AEDSP16_SBPRO | ||
556 | bool "SBPro emulation" | ||
557 | depends on SOUND_SB | ||
558 | help | ||
559 | Answer Y if you want your audio card to emulate Sound Blaster Pro. | ||
560 | You should then say Y to "100% Sound Blaster compatibles | ||
561 | (SB16/32/64, ESS, Jazz16) support" and N to "Audio Excel DSP 16 (MSS | ||
562 | emulation)". | ||
563 | |||
564 | If you compile the driver into the kernel, you have to add | ||
565 | "aedsp16=<io>,<irq>,<dma>,<mssio>,<mpuio>,<mouirq>" to the kernel | ||
566 | command line. | ||
567 | |||
568 | endchoice | ||
569 | |||
570 | config SOUND_VIDC | 542 | config SOUND_VIDC |
571 | tristate "VIDC 16-bit sound" | 543 | tristate "VIDC 16-bit sound" |
572 | depends on ARM && (ARCH_ACORN || ARCH_CLPS7500) | 544 | depends on ARM && (ARCH_ACORN || ARCH_CLPS7500) |
diff --git a/sound/oss/aedsp16.c b/sound/oss/aedsp16.c index 51e1fde62e8d..a0274f3dac08 100644 --- a/sound/oss/aedsp16.c +++ b/sound/oss/aedsp16.c | |||
@@ -29,14 +29,6 @@ | |||
29 | #include "sound_config.h" | 29 | #include "sound_config.h" |
30 | 30 | ||
31 | /* | 31 | /* |
32 | * Sanity checks | ||
33 | */ | ||
34 | |||
35 | #if defined(CONFIG_SOUND_AEDSP16_SBPRO) && defined(CONFIG_SOUND_AEDSP16_MSS) | ||
36 | #error You have to enable only one of the MSS and SBPRO emulations. | ||
37 | #endif | ||
38 | |||
39 | /* | ||
40 | 32 | ||
41 | READ THIS | 33 | READ THIS |
42 | 34 | ||