From: Kuninori Morimoto Date: Mon, 15 Jun 2015 06:26:56 +0000 (+0000) Subject: ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_ssi_xxx() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~113^2~2^2~4^3~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfc0cfe6b7acb1d0c318f9bc41fcb895a941f83d;p=pandora-kernel.git ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_ssi_xxx() Each Renesas sound mod (= SSI/SRC/DVC) might be called from many paths if it supports MIXer. In such case, mod <-> io is no longer 1:1 relationship. This patch removes rsnd_mod_to_io() from rsnd_ssi_xxx() and related function. Signed-off-by: Kuninori Morimoto Tested-by: Keita Kobayashi Signed-off-by: Mark Brown --- Reading git-diff-tree failed