From: Kuninori Morimoto Date: Tue, 4 Mar 2014 04:49:50 +0000 (-0800) Subject: ASoC: rsnd: add struct rsnd_dai_platform_info X-Git-Tag: v3.15-rc1~36^2~1^2~5^2~5^6~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78f13d0c5a2888564b2bed7f8433c8ec889997ff;p=pandora-kernel.git ASoC: rsnd: add struct rsnd_dai_platform_info R-Car sound DAI consists from SSI/SCU/SSIU/SRU... Current R-Car sound DAI is decided from these settings, but it is intuitively unclear, and is not good design for DT support. This patch adds new rsnd_dai_platform_info to solve this issue. But now, many platform is using this driver without rsnd_dai_platform_info. So, this patch still supports DAI settings via SSI to keep compatible. It will be removed in next Linux version. Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- Reading git-diff-tree failed