brintos

brintos / linux-shallow public Read only

0
0
Text · 323 B · 4a80238 Raw
15 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef __DT_TLV320AIC31XX_H3#define __DT_TLV320AIC31XX_H4 5#define MICBIAS_2_0V		16#define MICBIAS_2_5V		27#define MICBIAS_AVDDV		38 9#define PLL_CLKIN_MCLK		0x0010#define PLL_CLKIN_BCLK		0x0111#define PLL_CLKIN_GPIO1		0x0212#define PLL_CLKIN_DIN		0x0313 14#endif /* __DT_TLV320AIC31XX_H */15