1 /* $NetBSD: tlv320aic31xx-micbias.h,v 1.1 2017/06/15 20:14:23 jmcneill Exp $ */ 2 3 #ifndef __DT_TLV320AIC31XX_MICBIAS_H 4 #define __DT_TLV320AIC31XX_MICBIAS_H 5 6 #define MICBIAS_2_0V 1 7 #define MICBIAS_2_5V 2 8 #define MICBIAS_AVDDV 3 9 10 #endif /* __DT_TLV320AIC31XX_MICBIAS_H */ 11