summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-01-13 09:53:53 +0100
committerTakashi Iwai <tiwai@suse.de>2012-01-13 09:53:53 +0100
commit5c845beb4220ba7cddb099bd47c72be7e6919712 (patch)
treec68ec42bee394d75bd65a9565eca20f2725cb98d /sound
parentb01de4fb40137fbda7530550ff0cd37171dafb0c (diff)
ALSA: Don't prompt for CONFIG_SND_COMPRESS_OFFLOAD
CONFIG_SND_COMPRESS_OFFLOAD is an item to be selected by the dirver just like CONFIG_SND_PCM, and no need to prompt for explicit selection. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/core/Kconfig13
1 files changed, 3 insertions, 10 deletions
diff --git a/sound/core/Kconfig b/sound/core/Kconfig
index ca6cdf6f996..349756978ed 100644
--- a/sound/core/Kconfig
+++ b/sound/core/Kconfig
@@ -13,6 +13,9 @@ config SND_HWDEP
config SND_RAWMIDI
tristate
+config SND_COMPRESS_OFFLOAD
+ tristate
+
# To be effective this also requires INPUT - users should say:
# select SND_JACK if INPUT=y || INPUT=SND
# to avoid having to force INPUT on.
@@ -155,16 +158,6 @@ config SND_DYNAMIC_MINORS
If you are unsure about this, say N here.
-config SND_COMPRESS_OFFLOAD
- tristate "ALSA Compressed audio offload support"
- default n
- help
- If you want support for offloading compressed audio and have such
- a hardware, then you should say Y here and also to the DSP driver
- of your platform.
-
- If you are unsure about this, say N here.
-
config SND_SUPPORT_OLD_API
bool "Support old ALSA API"
default y