summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/tegra30_ahub.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/tegra/tegra30_ahub.c')
-rw-r--r--sound/soc/tegra/tegra30_ahub.c16
1 files changed, 15 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra30_ahub.c b/sound/soc/tegra/tegra30_ahub.c
index d57280e23318..c6e1d653f8e8 100644
--- a/sound/soc/tegra/tegra30_ahub.c
+++ b/sound/soc/tegra/tegra30_ahub.c
@@ -1,7 +1,7 @@
/*
* tegra30_ahub.c - Tegra30 AHUB driver
*
- * Copyright (c) 2011-2013, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2011-2014, 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,
@@ -618,6 +618,20 @@ static const char * const configlink_clocks[] = {
#ifndef CONFIG_ARCH_TEGRA_14x_SOC
"spdif_in",
#endif
+#if defined(CONFIG_ARCH_TEGRA_11x_SOC) || defined(CONFIG_ARCH_TEGRA_12x_SOC)
+ "amx",
+ "adx",
+#endif
+#ifdef CONFIG_ARCH_TEGRA_12x_SOC
+ "amx1",
+ "adx1",
+ "afc0",
+ "afc1",
+ "afc2",
+ "afc3",
+ "afc4",
+ "afc5",
+#endif
};
struct of_dev_auxdata ahub_auxdata[] = {