Searched defs:rk_codec_digital_priv (Results 1 – 1 of 1) sorted by relevance
36 struct rk_codec_digital_priv { struct37 struct regmap *grf;38 struct regmap *regmap;39 struct clk *clk_adc;40 struct clk *clk_dac;41 struct clk *clk_i2c;42 struct clk *pclk;43 bool pwmout;44 bool sync;45 unsigned int pa_ctl_delay_ms;[all …]