Lines Matching defs:acp_dev_data
175 struct acp_dev_data { struct
176 char *name;
177 struct device *dev;
178 void __iomem *acp_base;
179 unsigned int i2s_irq;
180 unsigned int acp_rev; /* ACP Revision id */
182 bool tdm_mode;
183 bool is_i2s_config;
185 struct snd_soc_dai_driver *dai_driver;
186 int num_dai;
188 struct list_head stream_list;
189 spinlock_t acp_lock;
191 struct snd_soc_acpi_mach *machines;
192 struct platform_device *mach_dev;
194 u32 bclk_div;
195 u32 lrclk_div;
197 struct acp_resource *rsrc;
198 u32 ch_mask;
199 u32 tdm_tx_fmt[3];
200 u32 tdm_rx_fmt[3];
201 u32 xfer_tx_resolution[3];
202 u32 xfer_rx_resolution[3];
203 unsigned int flag;