diff options
author | Ricardo Neri <ricardo.neri@ti.com> | 2011-04-07 08:44:22 +0100 |
---|---|---|
committer | Andy Green <andy.green@linaro.org> | 2011-04-07 08:44:22 +0100 |
commit | f6f9b2f090766b3a4da8568d692ae2819b470d6a (patch) | |
tree | daeff4e63e2133e8f1784dffacdd8ab775d205c4 | |
parent | 278641f317d80d5591a7b89f6dd9727d67699f45 (diff) |
ASoC: OMAP4: Remove HDMI CPU DAI from SDP4430 machine driver
Remove HDMI CPU DAI from SDP4430 machine driver. A different machine
driver is use for HDMI audio.
Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
-rw-r--r-- | sound/soc/omap/sdp4430.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sound/soc/omap/sdp4430.c b/sound/soc/omap/sdp4430.c index 88f8515334e..471953ebf83 100644 --- a/sound/soc/omap/sdp4430.c +++ b/sound/soc/omap/sdp4430.c @@ -39,10 +39,6 @@ #include "omap-dmic.h" #include "../codecs/twl6040.h" -#ifdef CONFIG_SND_OMAP_SOC_HDMI -#include "omap-hdmi.h" -#endif - static int twl6040_power_mode; static int mcbsp_cfg; @@ -651,20 +647,6 @@ static struct snd_soc_dai_link sdp4430_dai[] = { .fe_playback_channels = 2, .no_host_mode = SND_SOC_DAI_LINK_OPT_HOST, }, -#ifdef CONFIG_SND_OMAP_SOC_HDMI - { - .name = "hdmi", - .stream_name = "HDMI", - - .cpu_dai_name = "hdmi-dai", - .platform_name = "omap-pcm-audio", - - /* HDMI*/ - .codec_dai_name = "HDMI", - - .no_codec = 1, - }, -#endif { .name = "Legacy McBSP", .stream_name = "Multimedia", |