Home
last modified time | relevance | path

Searched defs:rk817_codec_priv (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drk817_codec.c65 struct rk817_codec_priv { struct
66 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 …]
/OK3568_Linux_fs/u-boot/drivers/sound/
H A Drk817_codec.c37 struct rk817_codec_priv { struct
38 struct udevice *dev;
62 static int rk817_reset(struct rk817_codec_priv *priv) in rk817_reset() argument