]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: blackfin: constify snd_soc_ops structures
authorBhumika Goyal <bhumirks@gmail.com>
Wed, 22 Mar 2017 12:51:35 +0000 (18:21 +0530)
committerMark Brown <broonie@kernel.org>
Fri, 24 Mar 2017 18:48:10 +0000 (18:48 +0000)
commitfa42f6c9f976853ed59ca1fb7ab654ff2d3b2c4b
treed0f29a5eb28f2d2bef61a6e53eec7f993116b442
parent8cd2b40dad6f118d7287346f538ebda48662ad53
ASoC: blackfin: constify snd_soc_ops structures

Declare snd_soc_ops structures as const as they are only stored
in the ops field of a snd_soc_dai_link structure. This field is
of type const, so snd_soc_ops structures having this property
can be made const too.

Cross compiled the .o files for blackfin architecture.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/blackfin/bfin-eval-adau1373.c
sound/soc/blackfin/bfin-eval-adav80x.c