summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorRavindra Lokhande <rlokhande@nvidia.com>2012-11-08 15:08:48 +0530
committerSimone Willett <swillett@nvidia.com>2012-11-13 15:23:36 -0800
commit7f621532691f5e2879924752c9ffcc5b8fa62e56 (patch)
tree5f458d049e84d9ad4179b4a666cbc471eb672c53 /sound
parent10b9443442fcee33422b6a0229db1f28be44a15b (diff)
ASoC: Tegra: Correct tx and add missing rx names
Change-Id: I9186f27861f4f306e69eac0940e0242f2455ce75 Signed-off-by: Ravindra Lokhande <rlokhande@nvidia.com> Reviewed-on: http://git-master/r/162340 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Nikesh Oswal <noswal@nvidia.com> Reviewed-by: Sumit Bhattacharya <sumitb@nvidia.com> Reviewed-by: Scott Peterson <speterson@nvidia.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/tegra/tegra30_ahub.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/tegra/tegra30_ahub.h b/sound/soc/tegra/tegra30_ahub.h
index b5fd2363f080..17f8a0c526e7 100644
--- a/sound/soc/tegra/tegra30_ahub.h
+++ b/sound/soc/tegra/tegra30_ahub.h
@@ -446,7 +446,7 @@ enum tegra30_ahub_txcif {
enum tegra30_ahub_rxcif {
TEGRA30_AHUB_RXCIF_APBIF_RX0,
TEGRA30_AHUB_RXCIF_APBIF_RX1,
- TEGRA30_AHUB_RXcIF_APBIF_RX2,
+ TEGRA30_AHUB_RXCIF_APBIF_RX2,
TEGRA30_AHUB_RXCIF_APBIF_RX3,
TEGRA30_AHUB_RXCIF_I2S0_RX0,
TEGRA30_AHUB_RXCIF_I2S1_RX0,
@@ -456,9 +456,9 @@ enum tegra30_ahub_rxcif {
TEGRA30_AHUB_RXCIF_DAM0_RX0,
TEGRA30_AHUB_RXCIF_DAM0_RX1,
TEGRA30_AHUB_RXCIF_DAM1_RX0,
+ TEGRA30_AHUB_RXCIF_DAM1_RX1,
+ TEGRA30_AHUB_RXCIF_DAM2_RX0,
TEGRA30_AHUB_RXCIF_DAM2_RX1,
- TEGRA30_AHUB_RXCIF_DAM3_RX0,
- TEGRA30_AHUB_RXCIF_DAM3_RX1,
TEGRA30_AHUB_RXCIF_SPDIF_RX0,
TEGRA30_AHUB_RXCIF_SPDIF_RX1,
};