Searched defs:cs35l41_hda (Results 1 – 2 of 2) sorted by relevance
48 struct cs35l41_hda { struct49 struct device *dev;50 struct regmap *regmap;51 struct gpio_desc *reset_gpio;52 struct cs35l41_hw_cfg hw_cfg;53 struct hda_codec *codec;55 int irq;56 int index;57 int channel_index;81 extern const struct dev_pm_ops cs35l41_hda_pm_ops; argument
321 static const struct smi_node cs35l41_hda = { variable