Searched defs:pcmdevice_priv (Results 1 – 1 of 1) sorted by relevance
211 struct pcmdevice_priv { struct212 struct snd_soc_component *component;213 struct i2c_client *client;214 struct device *dev;215 struct mutex codec_lock;216 struct gpio_desc *hw_rst;217 struct regmap *regmap;218 struct pcmdevice_regbin regbin;219 int irq;220 unsigned int addr[PCMDEVICE_MAX_I2C_DEVICES];[all …]