]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: ssm2602: Constify rate constraints
authorLars-Peter Clausen <lars@metafoo.de>
Wed, 5 Feb 2014 20:54:33 +0000 (21:54 +0100)
committerMark Brown <broonie@linaro.org>
Fri, 7 Feb 2014 12:16:43 +0000 (12:16 +0000)
commitf75ac2d9bd8211c1890ad591046aef0783ad6416
treeba85287c014756252c01305fcb56d2cc5106bbf4
parent38dbfb59d1175ef458d006556061adeaa8751b72
ASoC: ssm2602: 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.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/ssm2602.c