Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.2-rc2 14 lines 323 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __DT_TLV320AIC31XX_H 3#define __DT_TLV320AIC31XX_H 4 5#define MICBIAS_2_0V 1 6#define MICBIAS_2_5V 2 7#define MICBIAS_AVDDV 3 8 9#define PLL_CLKIN_MCLK 0x00 10#define PLL_CLKIN_BCLK 0x01 11#define PLL_CLKIN_GPIO1 0x02 12#define PLL_CLKIN_DIN 0x03 13 14#endif /* __DT_TLV320AIC31XX_H */