commit | e731a870153271c861f06dc09e6acb5781b973f3 | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Mon Aug 14 11:26:24 2017 +0530 |
committer | Mark Brown <broonie@kernel.org> | Mon Aug 14 17:17:10 2017 +0100 |
tree | d43fe1d160b136a6df37bf504f4ca635c8890c2b | |
parent | 90982dcdda4f0163bc5e53f49301e155c2cd8547 [diff] |
ASoC: au1x: constify snd_pcm_ops structures snd_pcm_ops are not supposed to change at runtime. All functions working with snd_pcm_ops provided by <sound/soc.h> work with const snd_pcm_ops. So mark the non-const structs as const. Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>