kernel: add header file for audio compressed formats in bp

Audio compressed format definition moves to techpack. Add the
new file in bp.

Change-Id: Ib484a3a5da11d92f358488372c5faa9a577d6d5b
Signed-off-by: Xiaojun Sang <xsang@codeaurora.org>
This commit is contained in:
Xiaojun Sang 2020-07-03 09:56:25 +08:00
parent 0ea391bae1
commit eadff06ece
2 changed files with 2 additions and 0 deletions

View File

@ -986,6 +986,7 @@ gen_headers_out_arm = [
"audio/sound/msmcal-hwdep.h",
"audio/sound/voice_params.h",
"audio/sound/wcd-dsp-glink.h",
"audio/sound/audio_compressed_formats.h",
"audio/linux/mfd/wcd9xxx/wcd9320_registers.h",
"audio/linux/mfd/wcd9xxx/wcd9xxx_registers.h",
"camera/media/cam_cpas.h",

View File

@ -982,6 +982,7 @@ gen_headers_out_arm64 = [
"audio/sound/msmcal-hwdep.h",
"audio/sound/voice_params.h",
"audio/sound/wcd-dsp-glink.h",
"audio/sound/audio_compressed_formats.h",
"audio/linux/mfd/wcd9xxx/wcd9320_registers.h",
"audio/linux/mfd/wcd9xxx/wcd9xxx_registers.h",
"camera/media/cam_cpas.h",