ASoC: cs42l73: Constify rate constraints
authorLars-Peter Clausen <lars@metafoo.de>
Wed, 5 Feb 2014 20:54:32 +0000 (21:54 +0100)
committerMark Brown <broonie@linaro.org>
Fri, 7 Feb 2014 12:16:12 +0000 (12:16 +0000)
commit096ae5444b8600bbee0501b01987094657a1458e
tree1f33f29275b50eba5f30e7317a22b15834183b45
parent6e84b9768dfb299a9881895b331e3e532041fae4
ASoC: cs42l73: Constify rate constraints

The rate constraints in this driver are shared between all device instances. It
should not be (and is not) modified at runtime, so make them const.

While we are at it also change the type for the rates array from u32 to unsigned
int.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/cs42l73.c
This page took 0.044736 seconds and 5 git commands to generate.