Unverified Commit 318ff069 authored by Nícolas F. R. A. Prado's avatar Nícolas F. R. A. Prado Committed by Mark Brown
Browse files

ASoC: rt5682: Support DBVDD and LDO1-IN supplies

parent 5aab1a56
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@ const char *rt5682_supply_names[RT5682_NUM_SUPPLIES] = {
	"AVDD",
	"MICVDD",
	"VBAT",
	"DBVDD",
	"LDO1-IN",
};
EXPORT_SYMBOL_GPL(rt5682_supply_names);

+1 −1
Original line number Diff line number Diff line
@@ -1424,7 +1424,7 @@ enum {
	RT5682_CLK_SEL_I2S2_ASRC,
};

#define RT5682_NUM_SUPPLIES 3
#define RT5682_NUM_SUPPLIES 5

struct rt5682_priv {
	struct snd_soc_component *component;