11 lines
202 B
C
11 lines
202 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
#ifndef __DT_SC7180_LPASS_H
|
||
|
#define __DT_SC7180_LPASS_H
|
||
|
|
||
|
#define MI2S_PRIMARY 0
|
||
|
#define MI2S_SECONDARY 1
|
||
|
|
||
|
#define LPASS_MCLK0 0
|
||
|
|
||
|
#endif /* __DT_APQ8016_LPASS_H */
|