Lines Matching defs:da7219_priv
807 struct da7219_priv { struct
808 struct snd_soc_component *component;
809 struct da7219_aad_priv *aad;
810 struct da7219_pdata *pdata;
812 bool wakeup_source;
813 struct regulator_bulk_data supplies[DA7219_NUM_SUPPLIES];
814 struct regmap *regmap;
815 struct mutex ctrl_lock;
816 struct mutex pll_lock;
819 struct clk_hw dai_clks_hw[DA7219_DAI_NUM_CLKS];
820 struct clk_hw_onecell_data *clk_hw_data;
822 struct clk_lookup *dai_clks_lookup[DA7219_DAI_NUM_CLKS];
823 struct clk *dai_clks[DA7219_DAI_NUM_CLKS];
825 struct clk *mclk;
826 unsigned int mclk_rate;
827 int clk_src;
829 bool master;
830 bool tdm_en;
831 bool alc_en;
832 bool micbias_on_event;
833 unsigned int mic_pga_delay;
834 u8 gain_ramp_ctrl;