linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] constify snd_soc_dai_ops structures
@ 2018-10-27 13:34 Julia Lawall
  2018-10-27 13:34 ` [PATCH 1/3] soundwire: intel: " Julia Lawall
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Julia Lawall @ 2018-10-27 13:34 UTC (permalink / raw)
  To: linux-kernel; +Cc: kernel-janitors, alsa-devel, Pierre-Louis Bossart

The snd_soc_dai_ops structures are only stored in the ops field of a
snd_soc_dai_driver structure, so make the snd_soc_dai_ops structures
const as well.

Done with the help of Coccinelle.

---

 drivers/soundwire/intel.c        |    4 ++--
 sound/soc/codecs/ak4458.c        |    2 +-
 sound/soc/codecs/ak5558.c        |    2 +-
 sound/soc/codecs/hdac_hda.c      |    2 +-
 sound/soc/codecs/tas6424.c       |    2 +-
 sound/soc/qcom/qdsp6/q6afe-dai.c |    8 ++++----
 6 files changed, 10 insertions(+), 10 deletions(-)

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

end of thread, other threads:[~2018-11-12 10:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-27 13:34 [PATCH 0/3] constify snd_soc_dai_ops structures Julia Lawall
2018-10-27 13:34 ` [PATCH 1/3] soundwire: intel: " Julia Lawall
2018-11-12 10:06   ` Vinod Koul
2018-10-27 13:34 ` [PATCH 2/3] ASoC: qdsp6: q6afe-dai: " Julia Lawall
2018-11-05 11:58   ` Applied "ASoC: qdsp6: q6afe-dai: constify snd_soc_dai_ops structures" to the asoc tree Mark Brown
2018-10-27 13:34 ` [PATCH 3/3] ASoC: codecs: constify snd_soc_dai_ops structures Julia Lawall
2018-11-05 11:58   ` Applied "ASoC: codecs: constify snd_soc_dai_ops structures" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).