]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: aux1x: make snd_soc_ops const
authorBhumika Goyal <bhumirks@gmail.com>
Wed, 16 Aug 2017 16:59:24 +0000 (22:29 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 17 Aug 2017 17:07:36 +0000 (18:07 +0100)
commitcb3682263c0bff5f73622e459ca0e13aeee72e3f
tree0447ffba82e20ecb006e081274fc9ee3a5bd003d
parentb999edf021882f7ef77f26bd332bffd6eb8521b3
ASoC: aux1x: make snd_soc_ops const

Make this const as it is 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>
sound/soc/au1x/db1200.c