summaryrefslogtreecommitdiffstats
path: root/drivers/soundwire/intel.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/soundwire/intel.c')
-rw-r--r--drivers/soundwire/intel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/soundwire/intel.c b/drivers/soundwire/intel.c
index c5ee97ee7886..fd8d034cfec1 100644
--- a/drivers/soundwire/intel.c
+++ b/drivers/soundwire/intel.c
@@ -654,14 +654,14 @@ static int intel_pdm_set_sdw_stream(struct snd_soc_dai *dai,
654 return cdns_set_sdw_stream(dai, stream, false, direction); 654 return cdns_set_sdw_stream(dai, stream, false, direction);
655} 655}
656 656
657static struct snd_soc_dai_ops intel_pcm_dai_ops = { 657static const struct snd_soc_dai_ops intel_pcm_dai_ops = {
658 .hw_params = intel_hw_params, 658 .hw_params = intel_hw_params,
659 .hw_free = intel_hw_free, 659 .hw_free = intel_hw_free,
660 .shutdown = sdw_cdns_shutdown, 660 .shutdown = sdw_cdns_shutdown,
661 .set_sdw_stream = intel_pcm_set_sdw_stream, 661 .set_sdw_stream = intel_pcm_set_sdw_stream,
662}; 662};
663 663
664static struct snd_soc_dai_ops intel_pdm_dai_ops = { 664static const struct snd_soc_dai_ops intel_pdm_dai_ops = {
665 .hw_params = intel_hw_params, 665 .hw_params = intel_hw_params,
666 .hw_free = intel_hw_free, 666 .hw_free = intel_hw_free,
667 .shutdown = sdw_cdns_shutdown, 667 .shutdown = sdw_cdns_shutdown,