commit | 92ff5d085ecc8255600551055262bf98a8f3f1d0 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Thu Aug 03 21:30:20 2017 +0530 |
committer | Mark Brown <broonie@kernel.org> | Mon Aug 07 12:33:51 2017 +0100 |
tree | 556d63aa12be2b28c12afca932285bf1588589d4 | |
parent | 47bea0c836867b6b1cdb714d58f2bfc8e2f5c386 [diff] |
ASoC: sunxi: make snd_soc_codec_driver structures as const Declare snd_soc_codec_driver structures as const as they are either passed as an argument to the function snd_soc_register_codec or stored as reference in field codec of type sun4i_codec_quirks. Both the fucntion argument and the codec field are of type const, so declare the structures with this property as const. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>