aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2014-11-28 10:59:24 -0500
committerTakashi Iwai <tiwai@suse.de>2014-11-29 14:20:23 -0500
commit60cea522963fc0b3893d78e568666d105f117ff9 (patch)
treea92d7db168dcf4aea29ca5f3825b16c178178ecb
parent2c2416c83e7345fc51af49132c40ec7d337d4132 (diff)
ALSA: dice: remove experimental state
Some developers test this driver, thus it's better to remove its experimental state. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/firewire/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/firewire/Kconfig b/sound/firewire/Kconfig
index 46dff64908c8..a433149f0675 100644
--- a/sound/firewire/Kconfig
+++ b/sound/firewire/Kconfig
@@ -13,12 +13,12 @@ config SND_FIREWIRE_LIB
13 select SND_RAWMIDI 13 select SND_RAWMIDI
14 14
15config SND_DICE 15config SND_DICE
16 tristate "DICE-based DACs (EXPERIMENTAL)" 16 tristate "DICE-based DACs support"
17 select SND_HWDEP 17 select SND_HWDEP
18 select SND_FIREWIRE_LIB 18 select SND_FIREWIRE_LIB
19 help 19 help
20 Say Y here to include support for many DACs based on the DICE 20 Say Y here to include support for many DACs based on the DICE
21 chip family (DICE-II/Jr/Mini) from TC Applied Technologies. 21 chip family (DICE-II/Jr/Mini) which TC Applied Technologies produces.
22 22
23 At the moment, this driver supports playback only. If you 23 At the moment, this driver supports playback only. If you
24 want to use devices that support capturing, use FFADO instead. 24 want to use devices that support capturing, use FFADO instead.