From: Kuninori Morimoto Date: Mon, 23 May 2011 11:46:03 +0000 (+0900) Subject: ASoC: sh: fsi: tidyup unclear variable naming X-Git-Tag: v3.1-rc1~271^2~2^2~142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e651bafa959c6e2620601c2c2e9b7c26f6a9c1a;p=pandora-kernel.git ASoC: sh: fsi: tidyup unclear variable naming Some variables on this driver were a unclear naming, and were different unit (byte, frame, sample). And some functions had wrong name (ex. it returned "sample width" but name was "fsi_get_frame_width"). This patch tidy-up this issue, and the minimum unit become "sample". Special thanks to Takashi YOSHII. Signed-off-by: Kuninori Morimoto Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed