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