[PATCH 0/3] constify snd_soc_dai_ops structures

2018-10-27 Thread Julia Lawall
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 +-

[PATCH 0/3] constify snd_soc_dai_ops structures

2018-10-27 Thread Julia Lawall
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 +-