Skip to content

Commit 42c1ed3

Browse files
committed
App: Boards: For testing enable 8-bit formats for cAVS25
This just a temporary change to test this. Remove this patch or enable the features for the platforms with topology that supports these formats. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent ef60020 commit 42c1ed3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/boards/intel_adsp_cavs25.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ CONFIG_PCM_CONVERTER_FORMAT_S16_C16_AND_S16_C32=y
2323
CONFIG_PCM_CONVERTER_FORMAT_S16_C32_AND_S32_C32=y
2424
CONFIG_PCM_CONVERTER_FORMAT_S16_C32_AND_S24_C32=y
2525
CONFIG_PCM_CONVERTER_FORMAT_S16_C32_AND_S16_C32=y
26+
CONFIG_FORMAT_U8=y
27+
CONFIG_FORMAT_A_LAW=y
28+
CONFIG_PCM_CONVERTER_FORMAT_U8=y
29+
CONFIG_PCM_CONVERTER_FORMAT_A_LAW=y
2630

2731
# SOF / infrastructure
2832
CONFIG_AMS=y

0 commit comments

Comments
 (0)