From: Kuninori Morimoto Date: Mon, 15 Jun 2015 06:24:54 +0000 (+0000) Subject: ASoC: rsnd: rsnd_mod has rsnd_priv X-Git-Tag: omap-for-v4.2/fixes-rc1^2~113^2~2^2~4^3~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2099bc8eb0b257196a8535fba343cb23a8a6807c;p=pandora-kernel.git ASoC: rsnd: rsnd_mod has rsnd_priv 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 means we can't use rsnd_mod_to_io() in SSI/SRC/DMA interrupt handler. In such case, we need to check all io in interrupt handler, and then, "priv" is needed. This patch adds rsnd_priv pointer in rsnd_mod for prepare it. Signed-off-by: Kuninori Morimoto Tested-by: Keita Kobayashi Signed-off-by: Mark Brown --- Reading git-diff-tree failed