Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: SOF: mediatek: Add missing board compatible

Add Google Dojo compatible.

Signed-off-by: Albert Jakieła <jakiela@google.com>
Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
Link: https://patch.msgid.link/20240809135627.544429-1-jakiela@google.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Albert Jakieła and committed by
Mark Brown
c0196faa b919a27f

+3
+3
sound/soc/sof/mediatek/mt8195/mt8195.c
··· 575 575 .compatible = "google,tomato", 576 576 .sof_tplg_filename = "sof-mt8195-mt6359-rt1019-rt5682.tplg" 577 577 }, { 578 + .compatible = "google,dojo", 579 + .sof_tplg_filename = "sof-mt8195-mt6359-max98390-rt5682.tplg" 580 + }, { 578 581 .compatible = "mediatek,mt8195", 579 582 .sof_tplg_filename = "sof-mt8195.tplg" 580 583 }, {