cleanup: include/: move i2s.h to drivers/i2s.h
move i2s.h to drivers/i2s.h and create a shim for backward-compatibility. No functional changes to the headers. A warning in the shim can be controlled with CONFIG_COMPAT_INCLUDES. Related to #16539 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
8f692c7d38
commit
f2e35134b0
16 changed files with 547 additions and 532 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include "mpxxdtyy.h"
|
||||
#include <i2s.h>
|
||||
#include <drivers/i2s.h>
|
||||
|
||||
#define LOG_LEVEL CONFIG_AUDIO_DMIC_LOG_LEVEL
|
||||
#include <logging/log.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue