Skip to content

Commit

Permalink
kconfig: imx: Disable HIFI3 optimized conversion
Browse files Browse the repository at this point in the history
With this kconfig option set to y SOF does not build on i.MX platforms,
so we disable this optimized conversion.

The warning below is treated as an error.

sof/src/audio/pcm_converter/pcm_converter_hifi3.c: In function ‘pcm_convert_f_to_s16_lin’:
sof/src/audio/pcm_converter/pcm_converter_hifi3.c:681: warning: implicit declaration of function ‘XT_ROUND_S’

Signed-off-by: Paul Olaru <paul.olaru@nxp.com>
  • Loading branch information
Paul Olaru authored and dbaluta committed Mar 4, 2021
1 parent cc5e1d0 commit 26223f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/arch/xtensa/configs/imx8_defconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
CONFIG_IMX8=y
CONFIG_HAVE_AGENT=n
CONFIG_FORMAT_CONVERT_HIFI3=n
1 change: 1 addition & 0 deletions src/arch/xtensa/configs/imx8m_defconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
CONFIG_IMX8M=y
CONFIG_HAVE_AGENT=n
CONFIG_FORMAT_CONVERT_HIFI3=n
1 change: 1 addition & 0 deletions src/arch/xtensa/configs/imx8x_defconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
CONFIG_IMX8X=y
CONFIG_HAVE_AGENT=n
CONFIG_FORMAT_CONVERT_HIFI3=n

0 comments on commit 26223f0

Please sign in to comment.