Home
last modified time | relevance | path

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

/linux/sound/soc/amd/acp/
H A Dacp-rembrandt.c232 adata->is_i2s_config = chip->is_i2s_config; in rembrandt_audio_probe()
238 if (chip->is_i2s_config && rsrc.soc_mclk) { in rembrandt_audio_probe()
271 if (adata->is_i2s_config && adata->rsrc->soc_mclk) in rmb_pcm_resume()
H A Dacp63.c242 adata->is_i2s_config = chip->is_i2s_config; in acp63_audio_probe()
247 if (chip->is_i2s_config && rsrc.soc_mclk) { in acp63_audio_probe()
280 if (adata->is_i2s_config && adata->rsrc->soc_mclk) in acp63_pcm_resume()
H A Dacp-legacy-common.c373 chip->is_i2s_config = true; in check_acp3x_config()
398 chip->is_i2s_config = true; in check_acp6x_config()
403 chip->is_i2s_config = true; in check_acp6x_config()
429 chip->is_i2s_config = true; in check_acp70_config()
436 chip->is_i2s_config = true; in check_acp70_config()
H A Damd.h149 bool is_i2s_config; /* flag set to true when I2S configuration is selected from BIOS */ member
183 bool is_i2s_config; member
H A Dacp-pci.c122 if (!chip->is_pdm_dev && !chip->is_i2s_config) in acp_pci_probe()