Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] constify snd_soc_dai_ops structures
@ 2017-08-15 15:10 Julia Lawall
  2017-08-15 15:10 ` [PATCH 1/5] ASoC: blackfin: " Julia Lawall
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Julia Lawall @ 2017-08-15 15:10 UTC (permalink / raw)
  To: linux-rockchip
  Cc: alsa-devel, Liam Girdwood, kernel-janitors, Takashi Iwai,
	adi-buildroot-devel, linux-kernel, Mark Brown, bhumirks,
	linux-arm-kernel

These snd_soc_dai_ops structures are only stored in the ops field of
a snd_soc_dai_driver structure, which is const.  Thus, the
snd_soc_dai_ops structures can be const too.

Done with the help of Coccinelle.

---

 sound/soc/blackfin/bf6xx-i2s.c    |    2 +-
 sound/soc/codecs/es8316.c         |    2 +-
 sound/soc/codecs/zx_aud96p22.c    |    2 +-
 sound/soc/rockchip/rockchip_pdm.c |    2 +-
 sound/soc/spear/spdif_in.c        |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-08-15 17:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-15 15:10 [PATCH 0/5] constify snd_soc_dai_ops structures Julia Lawall
2017-08-15 15:10 ` [PATCH 1/5] ASoC: blackfin: " Julia Lawall
2017-08-15 17:15   ` Applied "ASoC: blackfin: constify snd_soc_dai_ops structures" to the asoc tree Mark Brown
2017-08-15 15:10 ` [PATCH 2/5] ASoC: rockchip: constify snd_soc_dai_ops structures Julia Lawall
2017-08-15 17:15   ` Applied "ASoC: rockchip: constify snd_soc_dai_ops structures" to the asoc tree Mark Brown
2017-08-15 15:10 ` [PATCH 3/5] ASoC: codecs: es8316: constify snd_soc_dai_ops structures Julia Lawall
2017-08-15 17:15   ` Applied "ASoC: codecs: es8316: constify snd_soc_dai_ops structures" to the asoc tree Mark Brown
2017-08-15 15:10 ` [PATCH 4/5] ASoC: codecs: zx_aud96p22: constify snd_soc_dai_ops structures Julia Lawall
2017-08-15 17:15   ` Applied "ASoC: codecs: zx_aud96p22: constify snd_soc_dai_ops structures" to the asoc tree Mark Brown
2017-08-15 15:10 ` [PATCH 5/5] ASoC: spear: constify snd_soc_dai_ops structures Julia Lawall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox