[PATCH] ASoC: SOF: mediatek: Add missing board compatible

Albert Jakieła posted 1 patch 1 month, 1 week ago
sound/soc/sof/mediatek/mt8195/mt8195.c | 3 +++
1 file changed, 3 insertions(+)
[PATCH] ASoC: SOF: mediatek: Add missing board compatible
Posted by Albert Jakieła 1 month, 1 week ago
Add Google Dojo compatible.

Signed-off-by: Albert Jakieła <jakiela@google.com>
---
 sound/soc/sof/mediatek/mt8195/mt8195.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sound/soc/sof/mediatek/mt8195/mt8195.c b/sound/soc/sof/mediatek/mt8195/mt8195.c
index 24ae1d4959be..d4f320a03971 100644
--- a/sound/soc/sof/mediatek/mt8195/mt8195.c
+++ b/sound/soc/sof/mediatek/mt8195/mt8195.c
@@ -574,6 +574,9 @@ static struct snd_sof_of_mach sof_mt8195_machs[] = {
 	{
 		.compatible = "google,tomato",
 		.sof_tplg_filename = "sof-mt8195-mt6359-rt1019-rt5682-dts.tplg"
+	}, {
+		.compatible = "google,dojo",
+		.sof_tplg_filename = "sof-mt8195-mt6359-max98390-rt5682.tplg"
 	}, {
 		.compatible = "mediatek,mt8195",
 		.sof_tplg_filename = "sof-mt8195.tplg"
-- 
2.46.0.76.ge559c4bf1a-goog
Re: [PATCH] ASoC: SOF: mediatek: Add missing board compatible
Posted by Mark Brown 1 month ago
On Fri, 09 Aug 2024 13:56:27 +0000, Albert Jakieła wrote:
> Add Google Dojo compatible.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: SOF: mediatek: Add missing board compatible
      commit: c0196faaa927321a63e680427e075734ee656e42

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

Re: [PATCH] ASoC: SOF: mediatek: Add missing board compatible
Posted by Chen-Yu Tsai 1 month, 1 week ago
On Fri, Aug 9, 2024 at 9:57 PM Albert Jakieła <jakiela@google.com> wrote:
>
> Add Google Dojo compatible.
>
> Signed-off-by: Albert Jakieła <jakiela@google.com>

Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>