tlv320aic31xx.h 323 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __DT_TLV320AIC31XX_H
  3. #define __DT_TLV320AIC31XX_H
  4. #define MICBIAS_2_0V 1
  5. #define MICBIAS_2_5V 2
  6. #define MICBIAS_AVDDV 3
  7. #define PLL_CLKIN_MCLK 0x00
  8. #define PLL_CLKIN_BCLK 0x01
  9. #define PLL_CLKIN_GPIO1 0x02
  10. #define PLL_CLKIN_DIN 0x03
  11. #endif /* __DT_TLV320AIC31XX_H */