Home | History | Annotate | Line # | Download | only in sound
      1 /*	$NetBSD: adi,adau1977.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $	*/
      2 
      3 /* SPDX-License-Identifier: GPL-2.0-only */
      4 #ifndef __DT_BINDINGS_ADI_ADAU1977_H__
      5 #define __DT_BINDINGS_ADI_ADAU1977_H__
      6 
      7 #define ADAU1977_MICBIAS_5V0	0x0
      8 #define ADAU1977_MICBIAS_5V5	0x1
      9 #define ADAU1977_MICBIAS_6V0	0x2
     10 #define ADAU1977_MICBIAS_6V5	0x3
     11 #define ADAU1977_MICBIAS_7V0	0x4
     12 #define ADAU1977_MICBIAS_7V5	0x5
     13 #define ADAU1977_MICBIAS_8V0	0x6
     14 #define ADAU1977_MICBIAS_8V5	0x7
     15 #define ADAU1977_MICBIAS_9V0	0x8
     16 
     17 #endif /* __DT_BINDINGS_ADI_ADAU1977_H__ */
     18