aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@linux.intel.com>2011-12-29 18:42:31 +0530
committerTakashi Iwai <tiwai@suse.de>2011-12-31 17:53:52 +0100
commitde21eee9608f67a8a648bbd1a5358f819644501e (patch)
tree59bc44d5866690e5bc70a867bb666e5bb378fd07
parentALSA: core: add makefile and kconfig file for compress (diff)
downloadlinux-dev-de21eee9608f67a8a648bbd1a5358f819644501e.tar.xz
linux-dev-de21eee9608f67a8a648bbd1a5358f819644501e.zip
ALSA: export compress headers
Export compress_offload.h and compress_params.h for userland to use Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--include/sound/Kbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/Kbuild b/include/sound/Kbuild
index 802947f60915..6df30ed1581c 100644
--- a/include/sound/Kbuild
+++ b/include/sound/Kbuild
@@ -6,3 +6,5 @@ header-y += hdsp.h
header-y += hdspm.h
header-y += sb16_csp.h
header-y += sfnt_info.h
+header-y += compress_params.h
+header-y += compress_offload.h