[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1540647284-26728-1-git-send-email-Julia.Lawall@lip6.fr>
Date: Sat, 27 Oct 2018 15:34:41 +0200
From: Julia Lawall <Julia.Lawall@...6.fr>
To: linux-kernel@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org, alsa-devel@...a-project.org,
Pierre-Louis Bossart <pierre-louis.bossart@...ux.intel.com>
Subject: [PATCH 0/3] constify snd_soc_dai_ops structures
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(-)
Powered by blists - more mailing lists