diff options
author | Vinod Koul <vinod.koul@linux.intel.com> | 2011-12-29 08:12:31 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-12-31 11:53:52 -0500 |
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 | |||
6 | header-y += hdspm.h | 6 | header-y += hdspm.h |
7 | header-y += sb16_csp.h | 7 | header-y += sb16_csp.h |
8 | header-y += sfnt_info.h | 8 | header-y += sfnt_info.h |
9 | header-y += compress_params.h | ||
10 | header-y += compress_offload.h | ||