Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110973
b: refs/heads/master
c: dfdf34b
h: refs/heads/master
i:
  110971: 8399cc9
v: v3
  • Loading branch information
Robert P. J. Day authored and Jaroslav Kysela committed Sep 9, 2008
1 parent 4092e41 commit 457c442
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 37 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dc0abf90059292da831fb43e55b833d7c7a9e2a6
refs/heads/master: dfdf34bbcbb2687d3a5fa723279124df9e309195
28 changes: 0 additions & 28 deletions trunk/sound/oss/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -539,34 +539,6 @@ config SC6600_CDROMBASE
Base I/O port address for the CD-ROM interface of the Audio Excel
DSP 16 card.

choice
prompt "Audio Excel DSP 16"
optional
depends on SOUND_AEDSP16

config AEDSP16_MSS
bool "MSS emulation"
depends on SOUND_MSS
help
Answer Y if you want your audio card to emulate Microsoft Sound
System. You should then say Y to "Microsoft Sound System support"
and say N to "Audio Excel DSP 16 (SBPro emulation)".

config AEDSP16_SBPRO
bool "SBPro emulation"
depends on SOUND_SB
help
Answer Y if you want your audio card to emulate Sound Blaster Pro.
You should then say Y to "100% Sound Blaster compatibles
(SB16/32/64, ESS, Jazz16) support" and N to "Audio Excel DSP 16 (MSS
emulation)".

If you compile the driver into the kernel, you have to add
"aedsp16=<io>,<irq>,<dma>,<mssio>,<mpuio>,<mouirq>" to the kernel
command line.

endchoice

config SOUND_VIDC
tristate "VIDC 16-bit sound"
depends on ARM && (ARCH_ACORN || ARCH_CLPS7500)
Expand Down
8 changes: 0 additions & 8 deletions trunk/sound/oss/aedsp16.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@
#include <linux/init.h>
#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
Expand Down

0 comments on commit 457c442

Please sign in to comment.