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