Home
last modified time | relevance | path

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

/linux-5.10/sound/soc/codecs/
Dwcd934x.c516 struct wcd934x_codec { struct
517 struct device *dev;
518 struct clk_hw hw;
519 struct clk *extclk;
520 struct regmap *regmap;
521 struct regmap *if_regmap;
522 struct slim_device *sdev;
546 #define to_wcd934x_codec(_hw) container_of(_hw, struct wcd934x_codec, hw) argument