Commit b9afe038 authored by Ajye Huang's avatar Ajye Huang Committed by Mark Brown

ASoC: SOF: Intel: Add topology overwrite for Felwinter

The Felwinter uses four max98360a amplifiers on corresponding CH0~CH3.
There are four amps on the board connecting to headphone to SSP0 port,
amp to SSP1,and the DAI format would be DSP_A,8-slots, 32 bit slot-width.

CH0: L(Woofer), CH1:R(Woofer), CH2:L(Tweeter), CH3:R(Tweeter)
Signed-off-by: default avatarAjye Huang <ajye_huang@compal.corp-partner.google.com>
Signed-off-by: default avatarBrent Lu <brent.lu@intel.com>
Reviewed-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: default avatarCurtis Malainey <cujomalainey@chromium.org>
Reviewed-by: default avatarBard Liao <yung-chuan.liao@linux.intel.com>
Link: https://lore.kernel.org/r/20220218082741.1707209-1-brent.lu@intel.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent ce6a70bf
...@@ -67,6 +67,14 @@ static const struct dmi_system_id sof_tplg_table[] = { ...@@ -67,6 +67,14 @@ static const struct dmi_system_id sof_tplg_table[] = {
}, },
.driver_data = "sof-adl-max98390-ssp2-rt5682-ssp0.tplg", .driver_data = "sof-adl-max98390-ssp2-rt5682-ssp0.tplg",
}, },
{
.callback = sof_tplg_cb,
.matches = {
DMI_MATCH(DMI_PRODUCT_FAMILY, "Google_Brya"),
DMI_MATCH(DMI_OEM_STRING, "AUDIO_AMP-MAX98360_ALC5682VS_I2S_2WAY"),
},
.driver_data = "sof-adl-max98360a-rt5682-2way.tplg",
},
{} {}
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment