Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/sof/amd/
Dacp.h226 struct acp_dev_data { struct
227 struct snd_sof_dev *dev;
228 const struct firmware *fw_dbin;
230 struct platform_device *dmic_dev;
232 struct mutex acp_lock;
234 struct sdw_amd_acpi_info info;
236 struct sdw_amd_ctx *sdw;
237 unsigned int fw_bin_size;
238 unsigned int fw_data_bin_size;
239 unsigned int fw_sram_data_bin_size;
[all …]
/linux-6.12.1/sound/soc/amd/acp/
Damd.h180 struct acp_dev_data { struct
181 char *name;
182 struct device *dev;
183 void __iomem *acp_base;
184 unsigned int i2s_irq;
186 bool tdm_mode;
187 bool is_i2s_config;
189 struct snd_soc_dai_driver *dai_driver;
190 int num_dai;
192 struct list_head stream_list;
[all …]
/linux-6.12.1/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];