[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>
This commit is contained in:
parent
9aaca9683b
commit
40445ac5e9
|
@ -202,14 +202,10 @@ config SND_SC6000
|
|||
To compile this driver as a module, choose M here: the module
|
||||
will be called snd-sc6000.
|
||||
|
||||
config SND_GUS_SYNTH
|
||||
tristate
|
||||
|
||||
config SND_GUSCLASSIC
|
||||
tristate "Gravis UltraSound Classic"
|
||||
select SND_RAWMIDI
|
||||
select SND_PCM
|
||||
select SND_GUS_SYNTH
|
||||
help
|
||||
Say Y here to include support for Gravis UltraSound Classic
|
||||
soundcards.
|
||||
|
@ -222,7 +218,6 @@ config SND_GUSEXTREME
|
|||
select SND_HWDEP
|
||||
select SND_MPU401_UART
|
||||
select SND_PCM
|
||||
select SND_GUS_SYNTH
|
||||
help
|
||||
Say Y here to include support for Gravis UltraSound Extreme
|
||||
soundcards.
|
||||
|
@ -234,7 +229,6 @@ config SND_GUSMAX
|
|||
tristate "Gravis UltraSound MAX"
|
||||
select SND_RAWMIDI
|
||||
select SND_CS4231_LIB
|
||||
select SND_GUS_SYNTH
|
||||
help
|
||||
Say Y here to include support for Gravis UltraSound MAX
|
||||
soundcards.
|
||||
|
@ -247,7 +241,6 @@ config SND_INTERWAVE
|
|||
depends on PNP
|
||||
select SND_RAWMIDI
|
||||
select SND_CS4231_LIB
|
||||
select SND_GUS_SYNTH
|
||||
help
|
||||
Say Y here to include support for AMD InterWave based
|
||||
soundcards (Gravis UltraSound Plug & Play, STB SoundRage32,
|
||||
|
@ -261,7 +254,6 @@ config SND_INTERWAVE_STB
|
|||
depends on PNP
|
||||
select SND_RAWMIDI
|
||||
select SND_CS4231_LIB
|
||||
select SND_GUS_SYNTH
|
||||
help
|
||||
Say Y here to include support for AMD InterWave based
|
||||
soundcards with a TEA6330T bass and treble regulator
|
||||
|
|
Loading…
Reference in New Issue