diff options
author | Ricardo Neri <ricardo.neri@ti.com> | 2012-03-15 12:58:51 -0600 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-05-11 15:15:18 +0300 |
commit | 7c3291f06b4e025c4bd373adbb3f6354080f5097 (patch) | |
tree | b4f825147f46ddc8aaf83d57b5168072adb99ce1 /drivers/video/omap2/dss/ti_hdmi_4xxx_ip.h | |
parent | c0456be38fef2866b1dbeceb756485b001fa23b9 (diff) | |
download | talos-obmc-linux-7c3291f06b4e025c4bd373adbb3f6354080f5097.tar.gz talos-obmc-linux-7c3291f06b4e025c4bd373adbb3f6354080f5097.zip |
OMAPDSS: HDMI: Remove ASoC codec
Remove the ASoC OMAP HDMI audio codec. The goal of removing the codec
is to, in subsequent patches, give way to the implementation of the HDMI
audio support using the DSS device driver audio interface. This
approach will expose the HDMI audio functionality to any interested entity.
In a separate patch, ASoC will use this new approach to expose HDMI audio
to ALSA.
Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/ti_hdmi_4xxx_ip.h')
-rw-r--r-- | drivers/video/omap2/dss/ti_hdmi_4xxx_ip.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/video/omap2/dss/ti_hdmi_4xxx_ip.h b/drivers/video/omap2/dss/ti_hdmi_4xxx_ip.h index b724bc68307a..bc221435a984 100644 --- a/drivers/video/omap2/dss/ti_hdmi_4xxx_ip.h +++ b/drivers/video/omap2/dss/ti_hdmi_4xxx_ip.h @@ -24,11 +24,6 @@ #include <linux/string.h> #include <video/omapdss.h> #include "ti_hdmi.h" -#if defined(CONFIG_SND_OMAP_SOC_OMAP4_HDMI) || \ - defined(CONFIG_SND_OMAP_SOC_OMAP4_HDMI_MODULE) -#include <sound/soc.h> -#include <sound/pcm_params.h> -#endif /* HDMI Wrapper */ |