diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-06-27 09:05:38 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-06-28 13:31:06 -0400 |
commit | cf1756e9cd7c1d160fe72944af51d87e96285a32 (patch) | |
tree | 4d426411b235afbef86b84f26b8a42d7fb3b63f8 /sound/pci/Kconfig | |
parent | c83c0c470565a0aed2f6fcbaa6c80a98ef250586 (diff) |
[ALSA] Remove CONFIG_EXPERIMENTAL from intel8x0m driver
Removed CONFIG_EXPERIMENTAL from intel8x0m driver.
The driver has been working well without problems.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index d37346b12dc0..39162af7f19e 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -420,8 +420,8 @@ config SND_INTEL8X0 | |||
420 | will be called snd-intel8x0. | 420 | will be called snd-intel8x0. |
421 | 421 | ||
422 | config SND_INTEL8X0M | 422 | config SND_INTEL8X0M |
423 | tristate "Intel/SiS/nVidia/AMD MC97 Modem (EXPERIMENTAL)" | 423 | tristate "Intel/SiS/nVidia/AMD MC97 Modem" |
424 | depends on SND && EXPERIMENTAL | 424 | depends on SND |
425 | select SND_AC97_CODEC | 425 | select SND_AC97_CODEC |
426 | help | 426 | help |
427 | Say Y here to include support for the integrated MC97 modem on | 427 | Say Y here to include support for the integrated MC97 modem on |