From: Ricardo Neri Date: Wed, 23 Nov 2011 02:50:50 +0000 (-0600) Subject: ASoC: OMAP: HDMI: Correct signature of ASoC functions X-Git-Tag: v3.3-rc1~59^2~2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=284cb318c8f84744f073d4f4d3820946afaf5442;p=pandora-kernel.git 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 Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed