1 /* $NetBSD: apq8016-lpass.h,v 1.1.1.1.6.2 2017/08/28 17:53:05 skrll 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