Searched defs:ak4458_priv (Results 1 – 1 of 1) sorted by relevance
44 struct ak4458_priv { struct45 struct regulator_bulk_data supplies[AK4458_NUM_SUPPLIES];46 const struct ak4458_drvdata *drvdata;47 struct device *dev;48 struct regmap *regmap;49 struct gpio_desc *reset_gpiod;50 struct reset_control *reset;51 struct gpio_desc *mute_gpiod;52 int digfil; /* SSLOW, SD, SLOW bits */53 int fs; /* sampling rate */[all …]