summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/devices.h
diff options
context:
space:
mode:
authorNitin Pai <npai@nvidia.com>2012-05-30 16:26:25 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 01:00:22 -0700
commit9b6fc12ff51c8063e866ecb312b0a62ce74bf2ec (patch)
tree40ee1ad0983000d3538e3560e6db76dd6ca1c384 /arch/arm/mach-tegra/devices.h
parent7ca387aa7025ac4fc16132dc2a769553c3bb817c (diff)
arm: tegra: p1852: Add i2s/tdm mode selection
Added code to select i2s vs tdm mode. Added tdm-pcm-audio device defination. Changed the pcm driver to use tdm-pcm-audio device. Added fields to pass the pcm driver name to ASoC. Added P1852_TDM config to KConfig and Linux defconfig Bug 948478 Change-Id: I82fa03ab947cc615089e0a3107fb53901a1c00cd Signed-off-by: Bob Johnston <bjohnston@nvidia.com> Reviewed-on: http://git-master/r/105383 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com> Rebase-Id: R2526f8d9b301482387c60d3ed325204912f48201
Diffstat (limited to 'arch/arm/mach-tegra/devices.h')
-rw-r--r--arch/arm/mach-tegra/devices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/devices.h b/arch/arm/mach-tegra/devices.h
index e0e4c018ec69..b703dc9f946f 100644
--- a/arch/arm/mach-tegra/devices.h
+++ b/arch/arm/mach-tegra/devices.h
@@ -79,6 +79,7 @@ extern struct platform_device tegra_das_device;
extern struct platform_device spdif_dit_device;
extern struct platform_device bluetooth_dit_device;
extern struct platform_device baseband_dit_device;
+extern struct platform_device tegra_tdm_pcm_device;
extern struct platform_device tegra_w1_device;
extern struct platform_device tegra_udc_device;
extern struct platform_device tegra_ehci1_device;