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