diff options
Diffstat (limited to 'sound/soc/omap/ams-delta.c')
-rw-r--r-- | sound/soc/omap/ams-delta.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/ams-delta.c b/sound/soc/omap/ams-delta.c index ccb8a6aa1817..a04a4338fdac 100644 --- a/sound/soc/omap/ams-delta.c +++ b/sound/soc/omap/ams-delta.c | |||
@@ -474,7 +474,7 @@ static int ams_delta_digital_mute(struct snd_soc_dai *dai, int mute) | |||
474 | } | 474 | } |
475 | 475 | ||
476 | /* Our codec DAI probably doesn't have its own .ops structure */ | 476 | /* Our codec DAI probably doesn't have its own .ops structure */ |
477 | static struct snd_soc_dai_ops ams_delta_dai_ops = { | 477 | static const struct snd_soc_dai_ops ams_delta_dai_ops = { |
478 | .digital_mute = ams_delta_digital_mute, | 478 | .digital_mute = ams_delta_digital_mute, |
479 | }; | 479 | }; |
480 | 480 | ||