From d0c00ff0a7ba2b084a313cccedb7463f6cd3c17f Mon Sep 17 00:00:00 2001 From: Sameer Pujar Date: Tue, 15 Jun 2021 16:55:02 +0530 Subject: [PATCH] ASoC: tegra: Explicit driver name for sound card This is inspired from following upstream commit: https://lore.kernel.org/r/20210330180657.1867971-1-thierry.reding@gmail.com For consistent audio configuration files between downstream and upstream this change is required in downstream sound card driver as well. Bug 200717065 Bug 200739452 Change-Id: Ibe37c0c892ab169eb9cf6fcf85015f22c4c7b658 Signed-off-by: Sameer Pujar Reviewed-on: https://git-master.nvidia.com/r/c/linux-5.10/+/2545304 Reviewed-by: svcacv Reviewed-by: svc_kernel_abi Reviewed-by: Jonathan Hunter Reviewed-by: Mohan Kumar D Reviewed-by: Sharad Gupta Reviewed-by: mobile promotions Tested-by: mobile promotions GVS: Gerrit_Virtual_Submit --- sound/soc/tegra/tegra_machine_driver.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/tegra/tegra_machine_driver.c b/sound/soc/tegra/tegra_machine_driver.c index 1511059e..7eb533af 100644 --- a/sound/soc/tegra/tegra_machine_driver.c +++ b/sound/soc/tegra/tegra_machine_driver.c @@ -303,6 +303,7 @@ static struct snd_soc_card snd_soc_tegra_card = { .controls = tegra_machine_controls, .num_controls = ARRAY_SIZE(tegra_machine_controls), .fully_routed = true, + .driver_name = "tegra-ape", }; /* structure to match device tree node */