]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: wm8988: Constify rate constraints
authorLars-Peter Clausen <lars@metafoo.de>
Wed, 5 Feb 2014 20:54:36 +0000 (21:54 +0100)
committerMark Brown <broonie@linaro.org>
Fri, 7 Feb 2014 12:19:02 +0000 (12:19 +0000)
commit9cac07d9aedb59b6f6556cc0f5dc697d3771015b
treefab5a0f6afc837eed427f973b1532e556e6aa705
parented4c0e42e851d5178cd0d1dc05de408325576e1c
ASoC: wm8988: 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>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/wm8988.c