Hello, In order to give to the OMAP HDMI code a more logical arrangement, the audio part is moved to /sound. Only the IP-specific functions remain in the DSS HDMI IP library. These patches introduce modifications to expose the DSS functio- nality that is going to be required by the ASoC driver. This relocation is split in two parts. This is first part. The second part is for ASoC and is to be submitted to the ALSA list. The purpose of this split is to ease the integration of these patches first to DSS and then to ASoC. This work is also based on the patches previously sent for HDMI audio MCLK support: http://www.spinics.net/lists/linux-omap/msg64302.html and was implemented on top of: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git v3.3-rc3 Thanks, Ricardo Ricardo Neri (5): OMAPDSS: HDMI: Add function to get the HDMI mode OMAPDSS: HDMI: Rename audio functions in HDMI IP library OMAPDSS: HDMI: Add audio config functions to HDMI IP ops OMAPDSS: Export functions to enable dynamic linking OMAPDSS/ASoC: Relocate ASoC HDMI codec. Part 1 drivers/video/omap2/dss/dss.h | 1 + drivers/video/omap2/dss/dss_features.c | 10 +- drivers/video/omap2/dss/hdmi.c | 236 +---------------------------- drivers/video/omap2/dss/ti_hdmi.h | 26 +++- drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c | 63 +-------- drivers/video/omap2/dss/ti_hdmi_4xxx_ip.h | 13 -- 6 files changed, 41 insertions(+), 308 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html