ASoC: codecs: Max98095: Fix logging of hardware revision.
authorTaylor Hutt <thutt@chromium.org>
Mon, 20 Jun 2011 18:54:32 +0000 (11:54 -0700)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 21 Jun 2011 23:27:39 +0000 (00:27 +0100)
commitbab3b59d531bb4dd04d2996dd553ab6e38ec8972
tree9345a8d534da15b87688f03196de0b54cb3b1141
parentc20974090e9093b8b69b37543cba381336c41ab7
ASoC: codecs: Max98095: Fix logging of hardware revision.

The base hardware revision of the Maxim 98095 part is 0x40; the code
which outputs the revision of the hardware has been updated to
properly use uppercase alphabetic values for the revision numbers.

Also, the use of a constant for the length 'max98095_dai' has been
replaced with ARRAY_SIZE().

Signed-off-by: Taylor Hutt <thutt@chromium.org>
Acked-by: Peter Hsiang <peter.hsiang@maxim-ic.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/max98095.c