]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
ASoC: OMAP: HDMI: Correct signature of ASoC functions
authorRicardo Neri <ricardo.neri@ti.com>
Wed, 23 Nov 2011 02:50:50 +0000 (20:50 -0600)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 5 Jan 2012 08:34:47 +0000 (10:34 +0200)
commit284cb318c8f84744f073d4f4d3820946afaf5442
treebd413c6c320b94691d033561e8a679b6bbcfe57b
parentb17ce117322a446f13716132e47b672d7bf25a30
ASoC: OMAP: HDMI: Correct signature of ASoC functions

These functions require access to IP-secific data. However, it is not possible
to pass such data as a function argument as such functions have a specific
signature specified by ASoC. Instead, they will have access to the IP-specific
data by calling snd_soc_codec_get_drvdata. The codec driver data is set
at probe time.

Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/hdmi.c
drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c
drivers/video/omap2/dss/ti_hdmi_4xxx_ip.h