From: Ricardo Neri Date: Fri, 18 May 2012 06:42:36 +0000 (-0500) Subject: ASoC: OMAP: HDMI: Create a structure for private data of the CPU DAI X-Git-Tag: v3.5-rc1~82^2~2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2603915336352e5491c02b0befa3b890ea13d6ef;p=pandora-kernel.git ASoC: OMAP: HDMI: Create a structure for private data of the CPU DAI Create a struct hdmi_priv to store the relevant data of the CPU DAI driver. As more data is added to the driver, having all the data in the same location eases its handling. At the moment, only the DMA configuration parameters are included in the structure. Also, the required memory is allocated using devm_kzalloc rather than using a static global variable. Signed-off-by: Ricardo Neri Acked-by: Mark Brown Signed-off-by: Liam Girdwood --- Reading git-diff-tree failed