Home
last modified time | relevance | path

Searched defs:acp_dev_data (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/sound/soc/sof/amd/
Dacp.h227 struct acp_dev_data { struct
228 struct snd_sof_dev *dev;
229 const struct firmware *fw_dbin;
231 struct platform_device *dmic_dev;
233 struct mutex acp_lock;
235 struct sdw_amd_acpi_info info;
237 struct sdw_amd_ctx *sdw;
238 unsigned int fw_bin_size;
239 unsigned int fw_data_bin_size;
240 unsigned int fw_sram_data_bin_size;
[all …]
/linux-6.14.4/sound/soc/amd/acp/
Damd.h175 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;
[all …]
/linux-6.14.4/sound/soc/amd/renoir/
Drn-pci-acp3x.c32 struct acp_dev_data { struct
33 void __iomem *acp_base;
34 struct resource *res;
35 struct platform_device *pdev[ACP_DEVS];