Searched refs:sof_cs42l42_quirk (Results 1 – 1 of 1) sorted by relevance
73 static unsigned long sof_cs42l42_quirk = SOF_CS42L42_SSP_CODEC(2); variable307 if (!(sof_cs42l42_quirk & SOF_SPEAKER_AMP_PRESENT)) in create_spk_amp_dai_links()319 if (sof_cs42l42_quirk & SOF_MAX98357A_SPEAKER_AMP_PRESENT) { in create_spk_amp_dai_links()321 } else if (sof_cs42l42_quirk & SOF_MAX98360A_SPEAKER_AMP_PRESENT) { in create_spk_amp_dai_links()497 if (!(sof_cs42l42_quirk & SOF_BT_OFFLOAD_PRESENT)) in create_bt_offload_dai_links()549 link_seq = (sof_cs42l42_quirk & SOF_CS42L42_DAILINK_MASK) >> SOF_CS42L42_DAILINK_SHIFT; in sof_card_dai_links_create()623 sof_cs42l42_quirk = (unsigned long)pdev->id_entry->driver_data; in sof_audio_probe()632 hdmi_num = (sof_cs42l42_quirk & SOF_CS42L42_NUM_HDMIDEV_MASK) >> in sof_audio_probe()639 dev_dbg(&pdev->dev, "sof_cs42l42_quirk = %lx\n", sof_cs42l42_quirk); in sof_audio_probe()641 ssp_bt = (sof_cs42l42_quirk & SOF_CS42L42_SSP_BT_MASK) >> in sof_audio_probe()[all …]