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

ASoC: tlv320aic31xx: Define PLL clock inputs

Add constants for the different PLL clock inputs in tlv320aic31xx.

Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
Link: https://lore.kernel.org/r/20220117132109.283365-3-ariel.dalessandro@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Ariel D'Alessandro and committed by
Mark Brown
6045ffd3 85f856f7

+5
+5
include/dt-bindings/sound/tlv320aic31xx.h
··· 6 6 #define MICBIAS_2_5V 2 7 7 #define MICBIAS_AVDDV 3 8 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 + 9 14 #endif /* __DT_TLV320AIC31XX_H */