11 Jun
2008
11 Jun
'08
4:07 p.m.
On Wed, 11 Jun 2008 13:47:08 +0100 "ext Mark Brown" broonie@opensource.wolfsonmicro.com wrote:
ASoC codec drivers frequently set the register cache size using sizeof () rather than ARRAY_SIZE(). For tlv320aicx either is correct since the registers are 8 bit but update to use ARRAY_SIZE() for clarity.
Signed-off-by: Mark Brown broonie@opensource.wolfsonmicro.com Cc: Jarkko Nikula jarkko.nikula@nokia.com
sound/soc/codecs/tlv320aic3x.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Acked-by: Jarkko Nikula jarkko.nikula@nokia.com