Skip to content

Commit

Permalink
Audio: ASRC: Make HiFi4 share c source files with HiFi3
Browse files Browse the repository at this point in the history
Make HiFi4 share c source files with HiFi3.

Signed-off-by: Andrula Song <[email protected]>
  • Loading branch information
andrula-song committed Dec 7, 2023
1 parent b72daff commit b62e218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/asrc/asrc_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#if defined __XCC__
/* For xt-xcc */
#include <xtensa/config/core-isa.h>
#if XCHAL_HAVE_HIFI3 == 1
#if XCHAL_HAVE_HIFI3 == 1 || XCHAL_HAVE_HIFI4 == 1
/* Version for HiFi3 */
#define ASRC_HIFI3 1
#define ASRC_GENERIC 0
Expand Down

0 comments on commit b62e218

Please sign in to comment.