commit | e23d834876390d6b8d4d35057e9ecd899a44193a | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Wed Aug 16 22:29:26 2017 +0530 |
committer | Mark Brown <broonie@kernel.org> | Thu Aug 17 18:08:12 2017 +0100 |
tree | 7911a3b7a1fa2390905b5aa5ca87fb0740af5cdd | |
parent | 5771a8c08880cdca3bfb4a3fc6d309d6bba20877 [diff] |
ASoC: generic: 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> Signed-off-by: Mark Brown <broonie@kernel.org>