Lines Matching defs:max98090_priv
1517 struct max98090_priv { struct
1518 struct regmap *regmap;
1519 struct snd_soc_component *component;
1520 enum max98090_type devtype;
1521 struct max98090_pdata *pdata;
1522 struct clk *mclk;
1523 unsigned int sysclk;
1524 unsigned int pclk;
1525 unsigned int bclk;
1526 unsigned int lrclk;
1527 u32 dmic_freq;
1528 struct max98090_cdata dai[1];
1529 int jack_state;
1530 struct delayed_work jack_work;
1531 struct delayed_work pll_det_enable_work;
1532 struct work_struct pll_det_disable_work;
1533 struct snd_soc_jack *jack;
1534 unsigned int dai_fmt;
1535 int tdm_slots;
1536 int tdm_lslot;
1537 int tdm_rslot;
1538 u8 lin_state;
1539 unsigned int pa1en;
1540 unsigned int pa2en;
1541 unsigned int sidetone;
1542 bool master;
1543 bool shdn_pending;