Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_vad.c68 struct rockchip_vad { struct
69 struct device *dev;
70 struct device_node *audio_node;
71 struct clk *hclk;
72 struct regmap *regmap;
73 unsigned int memphy;
97 static inline int vframe_size(struct rockchip_vad *vad, int bytes) in vframe_size() argument