Searched defs:rk817_codec_priv (Results 1 – 2 of 2) sorted by relevance
65 struct rk817_codec_priv { struct66 struct snd_soc_component *component;67 struct regmap *regmap;68 struct rk808 *rk817;69 struct clk *mclk;70 struct mutex clk_lock;72 unsigned int clk_capture;73 unsigned int clk_playback;74 unsigned int stereo_sysclk;75 unsigned int rate;[all …]
37 struct rk817_codec_priv { struct38 struct udevice *dev;62 static int rk817_reset(struct rk817_codec_priv *priv) in rk817_reset() argument