Searched defs:sgtl5000_priv (Results 1 – 1 of 1) sorted by relevance
141 struct sgtl5000_priv { struct142 int sysclk; /* sysclk rate */143 int master; /* i2s master or not */144 int fmt; /* i2s data format */145 struct regulator_bulk_data supplies[SGTL5000_SUPPLY_NUM];146 int num_supplies;147 struct regmap *regmap;148 struct clk *mclk;149 int revision;150 u8 micbias_resistor;[all …]