Skip to content

Commit

Permalink
repair build FW and LMDK
Browse files Browse the repository at this point in the history
  • Loading branch information
pjdobrowolski committed Feb 8, 2024
1 parent 7746cfc commit 0a2f9f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/audio/up_down_mixer/up_down_mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Author: Bartosz Kokoszko <[email protected]>
// Author: Adrian Bonislawski <[email protected]>

//#include <sof/audio/module_adapter/module/generic.h>
#include <sof/audio/module_adapter/module/generic.h>
#include <module/module/base.h>
#include <module/module/api_ver.h>
#include <rimage/sof/user/manifest.h>
Expand Down
2 changes: 1 addition & 1 deletion src/include/module/module/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "interface.h"
#include "../ipc4/base-config.h"
#include <sof/list.h>
#include <sof/audio/module_adapter/module/generic.h>
//#include <sof/audio/module_adapter/module/generic.h>

#define module_get_private_data(mod) ((mod)->priv.private)
#define module_set_private_data(mod, data) ((mod)->priv.private = data)
Expand Down
2 changes: 2 additions & 0 deletions src/include/sof/audio/module_adapter/module/generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

#ifndef __SOF_AUDIO_MODULE_GENERIC__
#define __SOF_AUDIO_MODULE_GENERIC__
#include <stdint.h>
#include <sof/list.h>
#ifndef MODULE_PRIVAT
#include <sof/audio/component.h>
#include <sof/ut.h>
Expand Down

0 comments on commit 0a2f9f8

Please sign in to comment.