ASoC: cs42l52: Use case range at appropriate place
authorAxel Lin <axel.lin@ingics.com>
Wed, 12 Aug 2015 03:08:37 +0000 (11:08 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 14 Aug 2015 16:30:33 +0000 (17:30 +0100)
The readable registers are in continuous range: 0x01 ~ 0x34.
Use case range syntax makes the code shorter with better readability when
we have a large number of continuous switch cases.
No functional change with this patch.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

No differences found