Skip to content

Commit

Permalink
ALSA: sound/isa: remove CONFIG_EXPERIMENTAL
Browse files Browse the repository at this point in the history
This config item has not carried much meaning for a while now and is
almost always enabled by default. As agreed during the Linux kernel
summit, remove it.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
kees authored and tiwai committed Oct 24, 2012
1 parent 02d08f8 commit b08592d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/isa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ config SND_WAVEFRONT

config SND_MSND_PINNACLE
tristate "Turtle Beach MultiSound Pinnacle/Fiji driver"
depends on X86 && EXPERIMENTAL
depends on X86
select FW_LOADER
select SND_MPU401_UART
select SND_PCM
Expand All @@ -438,7 +438,7 @@ config SND_MSND_PINNACLE

config SND_MSND_CLASSIC
tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey"
depends on X86 && EXPERIMENTAL
depends on X86
select FW_LOADER
select SND_MPU401_UART
select SND_PCM
Expand Down

0 comments on commit b08592d

Please sign in to comment.