diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-01-13 03:53:53 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-01-13 03:53:53 -0500 |
commit | 5c845beb4220ba7cddb099bd47c72be7e6919712 (patch) | |
tree | c68ec42bee394d75bd65a9565eca20f2725cb98d /sound/core | |
parent | b01de4fb40137fbda7530550ff0cd37171dafb0c (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/core')
-rw-r--r-- | sound/core/Kconfig | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/sound/core/Kconfig b/sound/core/Kconfig index ca6cdf6f9968..349756978ed3 100644 --- a/sound/core/Kconfig +++ b/sound/core/Kconfig | |||
@@ -13,6 +13,9 @@ config SND_HWDEP | |||
13 | config SND_RAWMIDI | 13 | config SND_RAWMIDI |
14 | tristate | 14 | tristate |
15 | 15 | ||
16 | config SND_COMPRESS_OFFLOAD | ||
17 | tristate | ||
18 | |||
16 | # To be effective this also requires INPUT - users should say: | 19 | # To be effective this also requires INPUT - users should say: |
17 | # select SND_JACK if INPUT=y || INPUT=SND | 20 | # select SND_JACK if INPUT=y || INPUT=SND |
18 | # to avoid having to force INPUT on. | 21 | # to avoid having to force INPUT on. |
@@ -155,16 +158,6 @@ config SND_DYNAMIC_MINORS | |||
155 | 158 | ||
156 | If you are unsure about this, say N here. | 159 | If you are unsure about this, say N here. |
157 | 160 | ||
158 | config SND_COMPRESS_OFFLOAD | ||
159 | tristate "ALSA Compressed audio offload support" | ||
160 | default n | ||
161 | help | ||
162 | If you want support for offloading compressed audio and have such | ||
163 | a hardware, then you should say Y here and also to the DSP driver | ||
164 | of your platform. | ||
165 | |||
166 | If you are unsure about this, say N here. | ||
167 | |||
168 | config SND_SUPPORT_OLD_API | 161 | config SND_SUPPORT_OLD_API |
169 | bool "Support old ALSA API" | 162 | bool "Support old ALSA API" |
170 | default y | 163 | default y |