Searched defs:acp_chip_info (Results 1 – 1 of 1) sorted by relevance
146 struct acp_chip_info { struct147 char *name; /* Platform name */148 unsigned int acp_rev; /* ACP Revision id */149 void __iomem *base; /* ACP memory PCI base */150 struct platform_device *chip_pdev;151 unsigned int flag; /* Distinguish b/w Legacy or Only PDM */152 bool is_pdm_dev; /* flag set to true when ACP PDM controller exists */153 bool is_pdm_config; /* flag set to true when PDM configuration is selected from BIOS */154 bool is_i2s_config; /* flag set to true when I2S configuration is selected from BIOS */