]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
ASoC: OMAP: HDMI: Introduce driver data for audio codec
authorRicardo Neri <ricardo.neri@ti.com>
Wed, 23 Nov 2011 02:09:41 +0000 (20:09 -0600)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 5 Jan 2012 08:34:47 +0000 (10:34 +0200)
commitb17ce117322a446f13716132e47b672d7bf25a30
tree3d0a89f0bad270f99e9ed61a72a64f0fd8373033
parent7282f1b7c9b5210114ce1ebb0ea5fe8a63fd5778
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 <ricardo.neri@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/hdmi.c