commit | 6e37f933ed1ade3201dd609d103c0ef79c0ef6b0 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Wed Aug 16 22:45:09 2017 +0530 |
committer | Mark Brown <broonie@kernel.org> | Thu Aug 17 18:10:34 2017 +0100 |
tree | 246c5356bce658d2bdc578c1528f97ac674da1a3 | |
parent | 0ed6f15701efa0d62b4556900cd67a726578389e [diff] |
ASoC: codecs: make snd_soc_dai_driver and snd_soc_component_driver const Make these two structure variables const as they are either used in a copy operation or passed to devm_snd_soc_register_component having the corresponding argument as const. Done using Coccinelle. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>