Home | History | Annotate | Line # | Download | only in sound
      1 /*	$NetBSD: tlv320aic31xx-micbias.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_TLV320AIC31XX_MICBIAS_H
      5 #define __DT_TLV320AIC31XX_MICBIAS_H
      6 
      7 #define MICBIAS_2_0V		1
      8 #define MICBIAS_2_5V		2
      9 #define MICBIAS_AVDDV		3
     10 
     11 #endif /* __DT_TLV320AIC31XX_MICBIAS_H */
     12