Lines Matching defs:rt5640_priv
2120 struct rt5640_priv { struct
2121 struct snd_soc_component *component;
2122 struct regmap *regmap;
2123 struct clk *mclk;
2125 int ldo1_en; /* GPIO for LDO1_EN */
2126 int irq;
2127 int sysclk;
2128 int sysclk_src;
2129 int lrck[RT5640_AIFS];
2130 int bclk[RT5640_AIFS];
2131 int master[RT5640_AIFS];
2133 int pll_src;
2134 int pll_in;
2135 int pll_out;
2137 bool hp_mute;
2138 bool asrc_en;
2141 bool ovcd_irq_enabled;
2142 bool pressed;
2143 bool press_reported;
2144 int press_count;
2145 int release_count;
2146 int poll_count;
2147 struct delayed_work bp_work;
2148 struct work_struct jack_work;
2149 struct snd_soc_jack *jack;
2150 unsigned int jd_src;
2151 bool jd_inverted;
2152 unsigned int ovcd_th;
2153 unsigned int ovcd_sf;