From: Ricardo Neri Date: Wed, 23 Nov 2011 02:09:41 +0000 (-0600) Subject: ASoC: OMAP: HDMI: Introduce driver data for audio codec X-Git-Tag: v3.3-rc1~59^2~2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b17ce117322a446f13716132e47b672d7bf25a30;p=pandora-kernel.git ASoC: OMAP: HDMI: Introduce driver data for audio codec Under the new DSS architecture for HDMI, there is a clear separation between general DSS code and HDMI IP-specific data. Functions that require access to the HDMI driver IP-specific data receive an hdmi_ip_data structure. The ASoC codec require access to such IP-specific data. Then, instead of accessing it directly, it will be passed as codec driver data. This also helps to have a clear separation between DSS and ASoC portions of the code. Signed-off-by: Ricardo Neri Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed