Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_acp.c231 struct i2s_platform_data *i2s_pdata = NULL; in acp_hw_init() local
277 if (!i2s_pdata) { 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()
340 if (!i2s_pdata) { in acp_hw_init()
353 i2s_pdata[0].cap = DWC_I2S_PLAY; in acp_hw_init()
354 i2s_pdata[0].snd_rates = SNDRV_PCM_RATE_8000_96000; in acp_hw_init()
368 i2s_pdata[1].cap = DWC_I2S_RECORD; in acp_hw_init()
369 i2s_pdata[1].snd_rates = SNDRV_PCM_RATE_8000_96000; in acp_hw_init()
382 i2s_pdata[2].cap = DWC_I2S_PLAY | DWC_I2S_RECORD; in acp_hw_init()
[all …]

Completed in 4 milliseconds