Home | History | Annotate | Line # | Download | only in sound
tlv320aic31xx-micbias.h revision 1.1.1.2.2.2
      1 /*	$NetBSD: tlv320aic31xx-micbias.h,v 1.1.1.2.2.2 2017/12/03 11:38:40 jdolecek 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