diff options
author | Vinod Koul <vinod.koul@linux.intel.com> | 2011-12-23 10:36:40 +0530 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-12-23 10:08:38 +0100 |
commit | 40741dd5c249449449bfb0528d1d26fe6f16a0bf (patch) | |
tree | 0bcd70f7706684bb72436c6e64bdff427047a4fb /sound/core/Kconfig | |
parent | b21c60a4edd22e26fbebe7dd7078349a8cfa7273 (diff) | |
download | linux-40741dd5c249449449bfb0528d1d26fe6f16a0bf.tar.bz2 |
ALSA: core: add makefile and kconfig file for compress
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
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 475455c76610..2dc7776e218c 100644 --- a/sound/core/Kconfig +++ b/sound/core/Kconfig @@ -155,6 +155,16 @@ 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 |