1 /* $NetBSD: apq8016-lpass.h,v 1.1.1.2 2017/11/30 19:40:51 jmcneill Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0 */ 4 #ifndef __DT_APQ8016_LPASS_H 5 #define __DT_APQ8016_LPASS_H 6 7 #define MI2S_PRIMARY 0 8 #define MI2S_SECONDARY 1 9 #define MI2S_TERTIARY 2 10 #define MI2S_QUATERNARY 3 11 12 #endif /* __DT_APQ8016_LPASS_H */ 13