Skip to content

Commit 22b3ab7

Browse files
committed
app: Add overlay to enable compr offload support (mp3, aac and vorbis)
The needed libraries should be placed in sof/../cadence_libs/ directory if the overlay is used. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
1 parent 9a248d6 commit 22b3ab7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/compr_overlay.conf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
CONFIG_CADENCE_CODEC=y
2+
CONFIG_CADENCE_CODEC_MP3_DEC=y
3+
CONFIG_CADENCE_CODEC_MP3_DEC_LIB="../cadence_libs/xa_mp3_dec.a"
4+
CONFIG_CADENCE_CODEC_MP3_ENC=y
5+
CONFIG_CADENCE_CODEC_MP3_ENC_LIB="../cadence_libs/xa_mp3_enc.a"
6+
CONFIG_CADENCE_CODEC_AAC_DEC=y
7+
CONFIG_CADENCE_CODEC_AAC_DEC_LIB="../cadence_libs/xa_aac_dec.a"
8+
CONFIG_CADENCE_CODEC_VORBIS_DEC=y
9+
CONFIG_CADENCE_CODEC_VORBIS_DEC_LIB="../cadence_libs/xa_vorbis_dec.a"
10+

0 commit comments

Comments
 (0)