mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
asoc: tegra: fix sound card failure
- exclude ARAD DAI link from ADSP config variable dependency, this will fix sound card failure when compiling without ADSP. Change-Id: I3b13a185f538d3e735d5513742d527aaf77eefd0 Signed-off-by: Dara Ramesh <dramesh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1648653 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Ravindra Lokhande <rlokhande@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Sameer Pujar
parent
082f972183
commit
291dad8c87
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* tegra_asoc_machine_alt.c - Tegra xbar dai link for machine drivers
|
||||
*
|
||||
* Copyright (c) 2014-2017 NVIDIA CORPORATION. All rights reserved.
|
||||
* Copyright (c) 2014-2018 NVIDIA CORPORATION. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms and conditions of the GNU General Public License,
|
||||
@@ -2842,6 +2842,7 @@ static struct snd_soc_dai_link
|
||||
.ignore_pmdown_time = 1,
|
||||
.ignore_suspend = 1,
|
||||
},
|
||||
#endif
|
||||
[TEGRA186_DAI_LINK_ARAD] = {
|
||||
.name = "ARAD",
|
||||
.stream_name = "ARAD ratio info",
|
||||
@@ -2853,7 +2854,6 @@ static struct snd_soc_dai_link
|
||||
.ignore_pmdown_time = 1,
|
||||
.ignore_suspend = 1,
|
||||
},
|
||||
#endif
|
||||
};
|
||||
|
||||
static struct snd_soc_codec_conf
|
||||
|
||||
Reference in New Issue
Block a user