Lines Matching defs:ak4458_priv
44 struct ak4458_priv { struct
45 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 */
54 int fmt;
55 int slots;
56 int slot_width;
57 u32 dsd_path; /* For ak4497 */