diff options
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | 2017-08-14 08:56:24 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-08-14 19:17:10 +0300 |
commit | e731a870153271c861f06dc09e6acb5781b973f3 (patch) | |
tree | d43fe1d160b136a6df37bf504f4ca635c8890c2b /sound/pci | |
parent | 90982dcdda4f0163bc5e53f49301e155c2cd8547 (diff) | |
download | linux-e731a870153271c861f06dc09e6acb5781b973f3.tar.xz |
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>
Diffstat (limited to 'sound/pci')
0 files changed, 0 insertions, 0 deletions