Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
audio: dai-zephyr: Fix unused variable warning
Move sink_list under CONFIG_IPC_MAJOR_4 in order to avoid the following variable unused warning: $ sof/src/audio/dai-zephyr.c: In function 'dai_dma_cb': $ sof_dir/sof/src/audio/dai-zephyr.c:259:35: warning: unused variable 'sink_list' [-Wunused-variable] 259 | struct list_item *sink_list; | ^~~~~~~~~ Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
- Loading branch information