commit | 7a5b8ba412b6217de8badaa52283588e50eeae08 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Thu Oct 22 10:43:22 2015 +0200 |
committer | Mark Brown <broonie@kernel.org> | Fri Oct 23 08:49:16 2015 +0900 |
tree | 4c3d6f5e8e67f28cf29ed89b3edf3abfe9e554a4 | |
parent | de687fb133f7ede18f026feefbeab3106081148d [diff] |
ASoC: rx1950_uda1380: Constify rate constraints The rate constraints in this board driver are not modified at runtime, so make them const. While we are at it also remove the unnecessary 0 initializer for the mask field. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>