ASoC: msm: Add I2S support for MDM9x15.
Add changes to enable I2S interface for MDM9x15.
Interface detection between slimbus and I2S is
done at codec init. Driver and functions for that
interface are called during routing. Proper amix
controls for the interface should be used.
Change-Id: I18a8ffab0d2fcdfebf460435eb81e8dacc38e25b
Signed-off-by: Venkat Sudhir <vsudhir@codeaurora.org>
diff --git a/arch/arm/mach-msm/devices.h b/arch/arm/mach-msm/devices.h
index 31142c1..8f42ede 100644
--- a/arch/arm/mach-msm/devices.h
+++ b/arch/arm/mach-msm/devices.h
@@ -223,6 +223,8 @@
extern struct platform_device msm_cpudai_incall_music_rx;
extern struct platform_device msm_cpudai_incall_record_rx;
extern struct platform_device msm_cpudai_incall_record_tx;
+extern struct platform_device msm_i2s_cpudai0;
+extern struct platform_device msm_i2s_cpudai1;
extern struct platform_device msm_pil_q6v3;
extern struct platform_device msm_pil_modem;