commit | 2af236391f5a167630ebca0eced832afcc4634e0 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Wed Aug 16 22:29:29 2017 +0530 |
committer | Mark Brown <broonie@kernel.org> | Thu Aug 17 18:09:39 2017 +0100 |
tree | 23edb62ea725f84f2554e5ecbeae729e09aaa333 | |
parent | 7b814a7d4e83b0917efef9dd11a8c095371f987c [diff] |
ASoC: samsung: make snd_soc_ops const Make these const as they are only stored in the ops field of a snd_soc_dai_link structure, which is const. Done using Coccinelle. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Mark Brown <broonie@kernel.org>