Skip to content

Commit 24320c5

Browse files
brentlubroonie
authored andcommitted
ASoC: SOF: Intel: add topology overwrite for Taniks
Taniks has four max98357a on SSP2 with Demux and EQ in topology to implement a 2-way speaker system. Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Signed-off-by: Brent Lu <brent.lu@intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20220310171651.249385-5-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent d8b502a commit 24320c5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

sound/soc/sof/sof-pci-dev.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@ static const struct dmi_system_id sof_tplg_table[] = {
7575
},
7676
.driver_data = "sof-adl-max98360a-rt5682-2way.tplg",
7777
},
78+
{
79+
.callback = sof_tplg_cb,
80+
.matches = {
81+
DMI_MATCH(DMI_PRODUCT_FAMILY, "Google_Brya"),
82+
DMI_MATCH(DMI_OEM_STRING, "AUDIO-AUDIO_MAX98357_ALC5682I_I2S_2WAY"),
83+
},
84+
.driver_data = "sof-adl-max98357a-rt5682-2way.tplg",
85+
},
7886

7987
{}
8088
};

0 commit comments

Comments
 (0)