Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/intel/boards/
H A Dsof_cs42l42.c73 static unsigned long sof_cs42l42_quirk = SOF_CS42L42_SSP_CODEC(2); variable
307 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()
497 if (!(sof_cs42l42_quirk & SOF_BT_OFFLOAD_PRESENT)) in create_bt_offload_dai_links()
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()
641 ssp_bt = (sof_cs42l42_quirk & SOF_CS42L42_SSP_BT_MASK) >> in sof_audio_probe()
644 ssp_amp = (sof_cs42l42_quirk & SOF_CS42L42_SSP_AMP_MASK) >> in sof_audio_probe()
647 ssp_codec = sof_cs42l42_quirk & SOF_CS42L42_SSP_CODEC_MASK; in sof_audio_probe()
652 if (sof_cs42l42_quirk & SOF_SPEAKER_AMP_PRESENT) in sof_audio_probe()
[all …]