Searched defs:cs35l41_hda (Results 1 – 2 of 2) sorted by relevance
56 struct cs35l41_hda { struct57 struct device *dev;58 struct regmap *regmap;59 struct gpio_desc *reset_gpio;60 struct gpio_desc *cs_gpio;61 struct cs35l41_hw_cfg hw_cfg;62 struct hda_codec *codec;64 int irq;65 int index;66 int channel_index;[all …]
321 static const struct smi_node cs35l41_hda = { variable