diff options
author | Vinod Koul <vinod.koul@linux.intel.com> | 2011-12-29 18:42:31 +0530 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-12-31 17:53:52 +0100 |
commit | de21eee9608f67a8a648bbd1a5358f819644501e (patch) | |
tree | 59bc44d5866690e5bc70a867bb666e5bb378fd07 /include/sound | |
parent | 40741dd5c249449449bfb0528d1d26fe6f16a0bf (diff) |
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>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/Kbuild | 2 |
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 |