diff --git a/sound/soc/tegra/tegra_machine_driver.c b/sound/soc/tegra/tegra_machine_driver.c index 7eb533af..dc3bd860 100644 --- a/sound/soc/tegra/tegra_machine_driver.c +++ b/sound/soc/tegra/tegra_machine_driver.c @@ -1,5 +1,5 @@ /* - * tegra_machine_driver_mobile.c - Tegra ASoC Machine driver for mobile + * tegra_machine_driver.c - Tegra ASoC Machine driver * * Copyright (c) 2017-2021 NVIDIA CORPORATION. All rights reserved. * @@ -308,8 +308,8 @@ static struct snd_soc_card snd_soc_tegra_card = { /* structure to match device tree node */ static const struct of_device_id tegra_machine_of_match[] = { - { .compatible = "nvidia,tegra-audio-t186ref-mobile-rt565x" }, - { .compatible = "nvidia,tegra-audio-t210ref-mobile-rt565x" }, + { .compatible = "nvidia,tegra186-ape" }, + { .compatible = "nvidia,tegra210-ape" }, {}, };