summaryrefslogtreecommitdiff
path: root/include/dt-bindings/sound/tlv320aic31xx-micbias.h
blob: f5cb772ab9c8bced39257ad3eab6a19381996f6d (plain)
1
2
3
4
5
6
7
8
#ifndef __DT_TLV320AIC31XX_MICBIAS_H
#define __DT_TLV320AIC31XX_MICBIAS_H

#define MICBIAS_2_0V		1
#define MICBIAS_2_5V		2
#define MICBIAS_AVDDV		3

#endif /* __DT_TLV320AIC31XX_MICBIAS_H */
net-next.git/tree/?id=cac28ae60e3dae1814f12f0d24d041a67153692c'>e12c46cdf94ecef440595eee04f8040685a99a9f parent8313a4fb66b15816883792c9beed45b8978b1c8b (diff)
regulator: twl: split twl6030 logic into its own file
In order to not break existing users, we keep using the same CONFIG symbol. This makes it easier to add support for TWL6032 and refactor mfd/twl-core. Checkpatch warnings are inherited from twl-regulator.c and will be addressed in a subsequent patch. Signed-off-by: Nicolae Rosia <Nicolae_Rosia@mentor.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat