From: Kuninori Morimoto Date: Thu, 15 Jan 2015 08:07:19 +0000 (+0000) Subject: ASoC: rsnd: remove unsed rdai parameter from each function X-Git-Tag: fixes-v4.0-rc1~146^2~13^2~4^3~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f708d944fee384961f5ab7df3463760099c9d69c;p=pandora-kernel.git ASoC: rsnd: remove unsed rdai parameter from each function Current rsnd driver's many functions requests struct rsnd_dai (= rdai), but, 1) we can get rdai from rsnd_io_to_rsnd(), 2) almost all rdai is not used. Let's remove these rdai. Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- Reading git-diff-tree failed