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