Skip to content

Commit

Permalink
module_adapter: dts: update the path to include DTS header files
Browse files Browse the repository at this point in the history
Update the path to include DTS header files from
third_party/include/. This action was requested in PR#8379.

Signed-off-by: Joe Cheng <[email protected]>
  • Loading branch information
joechengxperi committed Nov 27, 2023
1 parent 63bdb48 commit ffa5f71
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/audio/module_adapter/module/dts/dts.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include <rtos/init.h>
#include <sof/audio/module_adapter/module/generic.h>
#include <sof/audio/dts/DtsSofInterface.h>
#include "DtsSofInterface.h"


LOG_MODULE_REGISTER(dts, CONFIG_SOF_LOG_LEVEL);
Expand Down
2 changes: 1 addition & 1 deletion src/audio/module_adapter/module/dts/dts_stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// Author: Curtis Malainey <[email protected]>

#include <sof/audio/dts/DtsSofInterface.h>
#include "DtsSofInterface.h"

DtsSofInterfaceResult DTS_SOF_INTERFACE_API dtsSofInterfaceInit(
DtsSofInterfaceInst **ppInst,
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ffa5f71

Please sign in to comment.