From: Kuninori Morimoto Date: Wed, 15 Jul 2015 07:13:47 +0000 (+0000) Subject: ASoC: rsnd: add rsnd_src_initialize_lock/unlock() X-Git-Tag: omap-for-v4.3/fixes-rc1~91^2~7^2~8^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1ade514e84ea55cba999edb04cb88daa4da94b8;p=pandora-kernel.git ASoC: rsnd: add rsnd_src_initialize_lock/unlock() Renesas SCU (Sampling Rate Convert Unit) includes SRC/CTU/MIX/DVC, and these have similar register. xxxIR (Initialization Register) is one of them. These xxxIR need be set to 1 during initialization. Current rsnd driver has src.c / dvc.c, and we will have mix.c. It is readable if these have same named function. This patch adds rsnd_src_initialize_lock/unlock() and make sure it Signed-off-by: Kuninori Morimoto Tested-by: Keita Kobayashi Signed-off-by: Mark Brown --- Reading git-diff-tree failed