diff options
Diffstat (limited to 'sound/core/Kconfig')
-rw-r--r-- | sound/core/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/core/Kconfig b/sound/core/Kconfig index 66f287f2f759..ca6cdf6f9968 100644 --- a/sound/core/Kconfig +++ b/sound/core/Kconfig | |||
@@ -155,6 +155,16 @@ config SND_DYNAMIC_MINORS | |||
155 | 155 | ||
156 | If you are unsure about this, say N here. | 156 | If you are unsure about this, say N here. |
157 | 157 | ||
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 | |||
158 | config SND_SUPPORT_OLD_API | 168 | config SND_SUPPORT_OLD_API |
159 | bool "Support old ALSA API" | 169 | bool "Support old ALSA API" |
160 | default y | 170 | default y |