Skip to content

Commit

Permalink
zephyr: dai.h: fix typos in code comments
Browse files Browse the repository at this point in the history
Fix errors in code documentation to match the implementation.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
  • Loading branch information
kv2019i committed Sep 16, 2024
1 parent 8f3b12f commit f39e416
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zephyr/include/sof/lib/dai.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
#ifndef __SOF_LIB_DAI_H__
#define __SOF_LIB_DAI_H__

/* no-op on Zephyr */

#ifdef CONFIG_ZEPHYR_NATIVE_DRIVERS
#include <sof/lib/dai-zephyr.h>
#else
#include <sof/lib/dai-legacy.h>
#endif

#endif /* __SOF_LIB_MEMORY_H__ */
#endif /* __SOF_LIB_DAI_H__ */

0 comments on commit f39e416

Please sign in to comment.