diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-06-05 14:22:25 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-06-06 05:54:53 -0400 |
commit | 40445ac5e93f1b97e1d7a8c5bed9d34bd89b7550 (patch) | |
tree | 2201010de9869f82f829ad7423d3f7bd725d6cf4 | |
parent | 9aaca9683b014c4d718f32cbddb42e5b36ea3c0f (diff) |
[ALSA] remove SND_GUS_SYNTH
After the removal of the sequencer instrument layer SND_GUS_SYNTH was
no longer used.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/isa/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig index 4575ba865910..d649a0e966da 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig | |||
@@ -202,14 +202,10 @@ config SND_SC6000 | |||
202 | To compile this driver as a module, choose M here: the module | 202 | To compile this driver as a module, choose M here: the module |
203 | will be called snd-sc6000. | 203 | will be called snd-sc6000. |
204 | 204 | ||
205 | config SND_GUS_SYNTH | ||
206 | tristate | ||
207 | |||
208 | config SND_GUSCLASSIC | 205 | config SND_GUSCLASSIC |
209 | tristate "Gravis UltraSound Classic" | 206 | tristate "Gravis UltraSound Classic" |
210 | select SND_RAWMIDI | 207 | select SND_RAWMIDI |
211 | select SND_PCM | 208 | select SND_PCM |
212 | select SND_GUS_SYNTH | ||
213 | help | 209 | help |
214 | Say Y here to include support for Gravis UltraSound Classic | 210 | Say Y here to include support for Gravis UltraSound Classic |
215 | soundcards. | 211 | soundcards. |
@@ -222,7 +218,6 @@ config SND_GUSEXTREME | |||
222 | select SND_HWDEP | 218 | select SND_HWDEP |
223 | select SND_MPU401_UART | 219 | select SND_MPU401_UART |
224 | select SND_PCM | 220 | select SND_PCM |
225 | select SND_GUS_SYNTH | ||
226 | help | 221 | help |
227 | Say Y here to include support for Gravis UltraSound Extreme | 222 | Say Y here to include support for Gravis UltraSound Extreme |
228 | soundcards. | 223 | soundcards. |
@@ -234,7 +229,6 @@ config SND_GUSMAX | |||
234 | tristate "Gravis UltraSound MAX" | 229 | tristate "Gravis UltraSound MAX" |
235 | select SND_RAWMIDI | 230 | select SND_RAWMIDI |
236 | select SND_CS4231_LIB | 231 | select SND_CS4231_LIB |
237 | select SND_GUS_SYNTH | ||
238 | help | 232 | help |
239 | Say Y here to include support for Gravis UltraSound MAX | 233 | Say Y here to include support for Gravis UltraSound MAX |
240 | soundcards. | 234 | soundcards. |
@@ -247,7 +241,6 @@ config SND_INTERWAVE | |||
247 | depends on PNP | 241 | depends on PNP |
248 | select SND_RAWMIDI | 242 | select SND_RAWMIDI |
249 | select SND_CS4231_LIB | 243 | select SND_CS4231_LIB |
250 | select SND_GUS_SYNTH | ||
251 | help | 244 | help |
252 | Say Y here to include support for AMD InterWave based | 245 | Say Y here to include support for AMD InterWave based |
253 | soundcards (Gravis UltraSound Plug & Play, STB SoundRage32, | 246 | soundcards (Gravis UltraSound Plug & Play, STB SoundRage32, |
@@ -261,7 +254,6 @@ config SND_INTERWAVE_STB | |||
261 | depends on PNP | 254 | depends on PNP |
262 | select SND_RAWMIDI | 255 | select SND_RAWMIDI |
263 | select SND_CS4231_LIB | 256 | select SND_CS4231_LIB |
264 | select SND_GUS_SYNTH | ||
265 | help | 257 | help |
266 | Say Y here to include support for AMD InterWave based | 258 | Say Y here to include support for AMD InterWave based |
267 | soundcards with a TEA6330T bass and treble regulator | 259 | soundcards with a TEA6330T bass and treble regulator |