Home
last modified time | relevance | path

Searched refs:i2s_pdata (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acp.c231 struct i2s_platform_data *i2s_pdata = NULL; in acp_hw_init() local
276 i2s_pdata = kcalloc(1, sizeof(struct i2s_platform_data), GFP_KERNEL); in acp_hw_init()
277 if (!i2s_pdata) { in acp_hw_init()
282 i2s_pdata[0].quirks = DW_I2S_QUIRK_COMP_REG_OFFSET | in acp_hw_init()
284 i2s_pdata[0].cap = DWC_I2S_PLAY | DWC_I2S_RECORD; in acp_hw_init()
285 i2s_pdata[0].snd_rates = SNDRV_PCM_RATE_8000_96000; in acp_hw_init()
286 i2s_pdata[0].i2s_reg_comp1 = ACP_I2S_COMP1_CAP_REG_OFFSET; in acp_hw_init()
287 i2s_pdata[0].i2s_reg_comp2 = ACP_I2S_COMP2_CAP_REG_OFFSET; in acp_hw_init()
315 adev->acp.acp_cell[1].platform_data = &i2s_pdata[0]; in acp_hw_init()
341 i2s_pdata = kcalloc(3, sizeof(struct i2s_platform_data), GFP_KERNEL); in acp_hw_init()
[all …]