Searched refs:hs_cpu_id (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/sound/soc/amd/acp/ |
H A D | acp-sof-mach.c | 25 .hs_cpu_id = I2S_SP, 35 .hs_cpu_id = I2S_SP, 45 .hs_cpu_id = I2S_SP, 55 .hs_cpu_id = I2S_SP, 65 .hs_cpu_id = I2S_HS, 76 .hs_cpu_id = I2S_HS, 87 .hs_cpu_id = I2S_SP,
|
H A D | acp-legacy-mach.c | 25 .hs_cpu_id = I2S_SP, 35 .hs_cpu_id = I2S_SP, 45 .hs_cpu_id = I2S_SP, 55 .hs_cpu_id = I2S_HS, 67 .hs_cpu_id = I2S_HS,
|
H A D | acp-mach.h | 54 unsigned int hs_cpu_id; member
|
H A D | acp-mach-common.c | 1337 if (drv_data->hs_cpu_id) in acp_sofdsp_dai_links_create() 1348 if (drv_data->hs_cpu_id == I2S_SP) { in acp_sofdsp_dai_links_create() 1385 if (drv_data->hs_cpu_id == I2S_HS) { in acp_sofdsp_dai_links_create() 1522 if (drv_data->hs_cpu_id) in acp_legacy_dai_links_create() 1533 if (drv_data->hs_cpu_id == I2S_SP) { in acp_legacy_dai_links_create() 1562 if (drv_data->hs_cpu_id == I2S_HS) { in acp_legacy_dai_links_create()
|