2021-10-27 18:46:41 +05:00
|
|
|
#ifndef __DT_APQ8016_LPASS_H
|
|
|
|
#define __DT_APQ8016_LPASS_H
|
|
|
|
|
2021-11-13 09:26:51 +05:00
|
|
|
#define MI2S_PRIMARY 0
|
|
|
|
#define MI2S_SECONDARY 1
|
|
|
|
#define MI2S_TERTIARY 2
|
|
|
|
#define MI2S_QUATERNARY 3
|
2021-10-27 18:46:41 +05:00
|
|
|
|
|
|
|
#endif /* __DT_APQ8016_LPASS_H */
|