Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1603799
| From | Krzysztof Kozlowski <krzk@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ASoC: samsung: constify snd_soc_ops structures |
| Date | 2017-03-18 16:40 +0100 |
| Message-ID | <tmoCu-8nl-11@gated-at.bofh.it> (permalink) |
| References | <tmoj7-8eR-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sat, Mar 18, 2017 at 08:31:39PM +0530, Bhumika Goyal wrote: > 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 files arndale_rt5631.o, h1940_uda1380.o, jive_wm8750.o, > littlemill.o, neo1973_wm8753.o and rx1950_uda1380.o for arm architecture. > > Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> > --- > sound/soc/samsung/arndale_rt5631.c | 2 +- > sound/soc/samsung/h1940_uda1380.c | 2 +- > sound/soc/samsung/jive_wm8750.c | 2 +- > sound/soc/samsung/littlemill.c | 2 +- > sound/soc/samsung/neo1973_wm8753.c | 2 +- > sound/soc/samsung/rx1950_uda1380.c | 2 +- > sound/soc/samsung/s3c24xx_simtec.c | 2 +- > sound/soc/samsung/s3c24xx_uda134x.c | 2 +- > sound/soc/samsung/smartq_wm8987.c | 2 +- > sound/soc/samsung/smdk_spdif.c | 2 +- > sound/soc/samsung/smdk_wm8580.c | 2 +- > sound/soc/samsung/smdk_wm8994.c | 2 +- > sound/soc/samsung/smdk_wm8994pcm.c | 2 +- > sound/soc/samsung/tm2_wm5110.c | 2 +- > sound/soc/samsung/tobermory.c | 2 +- > 15 files changed, 15 insertions(+), 15 deletions(-) > Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Best regards, Krzysztof
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] ASoC: samsung: constify snd_soc_ops structures Bhumika Goyal <bhumirks@gmail.com> - 2017-03-18 16:20 +0100 Re: [PATCH] ASoC: samsung: constify snd_soc_ops structures Krzysztof Kozlowski <krzk@kernel.org> - 2017-03-18 16:40 +0100
csiph-web