diff mbox series

ASoC: SOF: mediatek: Add missing board compatible

Message ID 20240809135627.544429-1-jakiela@google.com (mailing list archive)
State New, archived
Headers show
Series ASoC: SOF: mediatek: Add missing board compatible | expand

Commit Message

Albert Jakieła Aug. 9, 2024, 1:56 p.m. UTC
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(+)

Comments

Chen-Yu Tsai Aug. 13, 2024, 9:03 a.m. UTC | #1
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>
Mark Brown Aug. 14, 2024, 12:05 p.m. UTC | #2
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
diff mbox series

Patch

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"