Searched defs:tlv320dac33_priv (Results 1 – 1 of 1) sorted by relevance
91 struct tlv320dac33_priv { struct92 struct mutex mutex;93 struct workqueue_struct *dac33_wq;94 struct work_struct work;95 struct snd_soc_codec *codec;96 struct regulator_bulk_data supplies[DAC33_NUM_SUPPLIES];97 struct snd_pcm_substream *substream;98 int power_gpio;99 int chip_power;100 int irq;[all …]