mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
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 <spujar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-5.10/+/2545304 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com> Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com> Reviewed-by: Mohan Kumar D <mkumard@nvidia.com> Reviewed-by: Sharad Gupta <sharadg@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
@@ -303,6 +303,7 @@ static struct snd_soc_card snd_soc_tegra_card = {
|
|||||||
.controls = tegra_machine_controls,
|
.controls = tegra_machine_controls,
|
||||||
.num_controls = ARRAY_SIZE(tegra_machine_controls),
|
.num_controls = ARRAY_SIZE(tegra_machine_controls),
|
||||||
.fully_routed = true,
|
.fully_routed = true,
|
||||||
|
.driver_name = "tegra-ape",
|
||||||
};
|
};
|
||||||
|
|
||||||
/* structure to match device tree node */
|
/* structure to match device tree node */
|
||||||
|
|||||||
Reference in New Issue
Block a user