aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMisael Lopez Cruz <misael.lopez@ti.com>2011-10-07 00:30:04 -0500
committerSimon Wilson <simonwilson@google.com>2011-11-07 13:31:59 -0800
commit925a66da84a4c6218182908c0fc80b86bf4573d7 (patch)
tree45d413b1c49663315556a76616be1bf1c9f9161d /sound
parente9c0dd24713dfa76d79cb743ff37bc063515b600 (diff)
downloadkernel_samsung_tuna-925a66da84a4c6218182908c0fc80b86bf4573d7.zip
kernel_samsung_tuna-925a66da84a4c6218182908c0fc80b86bf4573d7.tar.gz
kernel_samsung_tuna-925a66da84a4c6218182908c0fc80b86bf4573d7.tar.bz2
OMAP4: Tuna: Remove McASP device creation
In preparation to create McASP device as an omap_device, remove platform device creation from Tuna board file. McASP / S/PDIF DAI link is removed temporarily to prevent breaking sound card registration. Change-Id: Ia84f5f8494d6a8fce189002cd18bd2275c63e168 Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
Diffstat (limited to 'sound')
-rwxr-xr-xsound/soc/omap/sdp4430.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sound/soc/omap/sdp4430.c b/sound/soc/omap/sdp4430.c
index f9f8837..fcb8a50 100755
--- a/sound/soc/omap/sdp4430.c
+++ b/sound/soc/omap/sdp4430.c
@@ -779,16 +779,6 @@ static struct snd_soc_dai_link sdp4430_dai[] = {
.ops = &sdp4430_mcpdm_ops,
.ignore_suspend = 1,
},
- {
- .name = "SPDIF",
- .stream_name = "SPDIF",
- .cpu_dai_name = "omap-mcasp-dai.0",
- .codec_dai_name = "dit-hifi", /* dummy s/pdif transciever
- * driver */
- .platform_name = "omap-pcm-audio",
- .ignore_suspend = 1,
- .no_codec = 1,
- },
/*
* Backend DAIs - i.e. dynamically matched interfaces, invisible to userspace.