Skip to content

Commit

Permalink
Lib: Add to dai-legacy.h struct copier_gain_params for testbench
Browse files Browse the repository at this point in the history
The new copier gain feature needs this structure. The added
member is copied directly from dai-zephyr.h. Testbench IPC4
is using legacy DAI definitions instead of Zephyr DAI to avoid
to include a lot of difficult dependencies. Build of testbench
fails if dai-legacy.h does not contain this.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
  • Loading branch information
singalsu committed Oct 2, 2024
1 parent 6949112 commit d118b6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/include/sof/lib/dai-legacy.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ struct dai_data {

/* llp slot info in memory windows */
struct llp_slot_info slot_info;

/* Copier gain params */
struct copier_gain_params *gain_data;
};

struct dai {
Expand Down

0 comments on commit d118b6c

Please sign in to comment.