1 /* $NetBSD: apq8016-lpass.h,v 1.1.1.1.4.2 2017/07/18 16:09:00 snj Exp $ */ 2 3 #ifndef __DT_APQ8016_LPASS_H 4 #define __DT_APQ8016_LPASS_H 5 6 #define MI2S_PRIMARY 0 7 #define MI2S_SECONDARY 1 8 #define MI2S_TERTIARY 2 9 #define MI2S_QUATERNARY 3 10 11 #endif /* __DT_APQ8016_LPASS_H */ 12