summaryrefslogtreecommitdiff
path: root/sound/pci
diff options
context:
space:
mode:
authorPrashant Gaikwad <pgaikwad@nvidia.com>2013-04-23 15:15:12 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:10:50 -0700
commit102cdf9d10403003456698b27337c1b8dd6602f8 (patch)
tree2b4e10260656c3d605ded45217b9dd1d1a3ab613 /sound/pci
parent0f44f32bff3039717a3feb8fb2f42bbe7bbcaefc (diff)
arm: tegra: Modify MC domain APIs
Change Tegra MC domain APIs used to add device and subdomain to use device and domain name instead of MC clock domain references. Using references creates dependencies on domain instances and future chips has different clients for domains. Bug 1010971 Bug 1276897 Change-Id: I08b9e2c506b7fa8b307663578ca413ffd63b9851 Signed-off-by: Prashant Gaikwad <pgaikwad@nvidia.com> Reviewed-on: http://git-master/r/221997 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Mayuresh Kulkarni <mkulkarni@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Tested-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/hda_intel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 1f56d607e51c..905d08017f06 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -4201,7 +4201,7 @@ static int azx_probe_continue(struct azx *chip)
#ifdef CONFIG_SND_HDA_PLATFORM_NVIDIA_TEGRA
pm_runtime_enable(&pdev->dev);
- tegra_pd_add_device(&tegra_mc_chain_a, &pdev->dev);
+ tegra_pd_add_device(&pdev->dev);
#endif
chip->running = 1;