diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-24 00:29:13 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-24 13:47:27 -0400 |
commit | 7102ed519a08b70eadc8fea9d8765d2d990241d1 (patch) | |
tree | f98b5992d340e66a72ae9e0807d732962de37cf8 /sound/oss/Kconfig | |
parent | 33cba0657393a75e18e1781e3e13613303f18124 (diff) |
remove the OSS trident driver
SOUND_TRIDENT was the last PCI OSS driver, and since there's already an
ALSA driver for the same hardware we can remove it.
[muli@il.ibm.com: update CREDITS]
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Muli Ben-Yehuda <muli@il.ibm.com>
Signed-off-by: Muli Ben-Yehuda <muli@il.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'sound/oss/Kconfig')
-rw-r--r-- | sound/oss/Kconfig | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/sound/oss/Kconfig b/sound/oss/Kconfig index 33940139844b..d4fafb6eec6c 100644 --- a/sound/oss/Kconfig +++ b/sound/oss/Kconfig | |||
@@ -35,47 +35,6 @@ config SOUND_AU1550_AC97 | |||
35 | tristate "Au1550/Au1200 AC97 Sound" | 35 | tristate "Au1550/Au1200 AC97 Sound" |
36 | depends on SOC_AU1550 || SOC_AU1200 | 36 | depends on SOC_AU1550 || SOC_AU1200 |
37 | 37 | ||
38 | config SOUND_TRIDENT | ||
39 | tristate "Trident 4DWave DX/NX, SiS 7018 or ALi 5451 PCI Audio Core" | ||
40 | depends on PCI | ||
41 | ---help--- | ||
42 | Say Y or M if you have a PCI sound card utilizing the Trident | ||
43 | 4DWave-DX/NX chipset or your mother board chipset has SiS 7018 | ||
44 | or ALi 5451 built-in. The SiS 7018 PCI Audio Core is embedded | ||
45 | in SiS960 Super South Bridge and SiS540/630 Single Chipset. | ||
46 | The ALi 5451 PCI Audio Core is embedded in ALi M1535, M1535D, | ||
47 | M1535+ or M1535D+ South Bridge. | ||
48 | |||
49 | Use lspci -n to find out if your sound card or chipset uses | ||
50 | Trident 4DWave or SiS 7018. PCI ID 1023:2000 or 1023:2001 stands | ||
51 | for Trident 4Dwave. PCI ID 1039:7018 stands for SiS7018. PCI ID | ||
52 | 10B9:5451 stands for ALi5451. | ||
53 | |||
54 | This driver supports S/PDIF in/out (record/playback) for ALi 5451 | ||
55 | embedded in ALi M1535+ and M1535D+. Note that they aren't all | ||
56 | enabled by default; you can enable them by saying Y to "/proc file | ||
57 | system support" and "Sysctl support", and after the /proc file | ||
58 | system has been mounted, executing the command | ||
59 | |||
60 | command what is enabled | ||
61 | |||
62 | echo 0>/proc/ALi5451 pcm out is also set to S/PDIF out. (Default). | ||
63 | |||
64 | echo 1>/proc/ALi5451 use S/PDIF out to output pcm data. | ||
65 | |||
66 | echo 2>/proc/ALi5451 use S/PDIF out to output non-pcm data. | ||
67 | (AC3...). | ||
68 | |||
69 | echo 3>/proc/ALi5451 record from Ac97 in(MIC, Line in...). | ||
70 | (Default). | ||
71 | |||
72 | echo 4>/proc/ALi5451 no matter Ac97 settings, record from S/PDIF | ||
73 | in. | ||
74 | |||
75 | |||
76 | This driver differs slightly from OSS/Free, so PLEASE READ the | ||
77 | comments at the top of <file:sound/oss/trident.c>. | ||
78 | |||
79 | config SOUND_MSNDCLAS | 38 | config SOUND_MSNDCLAS |
80 | tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey" | 39 | tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey" |
81 | depends on (m || !STANDALONE) && ISA | 40 | depends on (m || !STANDALONE) && ISA |