Searched refs:is_i2s_config (Results 1 – 4 of 4) sorted by relevance
501 chip->is_i2s_config = true; in check_acp3x_config()526 chip->is_i2s_config = true; in check_acp6x_config()531 chip->is_i2s_config = true; in check_acp6x_config()557 chip->is_i2s_config = true; in check_acp70_config()564 chip->is_i2s_config = true; in check_acp70_config()
218 if (chip->is_i2s_config && chip->rsrc->soc_mclk) { in acp63_audio_probe()259 if (chip->is_i2s_config && chip->rsrc->soc_mclk) in acp63_pcm_resume()
65 if (chip->is_i2s_config || chip->is_pdm_dev) { in create_acp_platform_devs()191 if (!chip->is_pdm_dev && !chip->is_i2s_config) in acp_pci_probe()
171 bool is_i2s_config; /* flag set to true when I2S configuration is selected from BIOS */ member