commit | f75ac2d9bd8211c1890ad591046aef0783ad6416 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Wed Feb 05 21:54:33 2014 +0100 |
committer | Mark Brown <broonie@linaro.org> | Fri Feb 07 12:16:43 2014 +0000 |
tree | ba85287c014756252c01305fcb56d2cc5106bbf4 | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 [diff] |
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>