diff options
Diffstat (limited to 'kernel/sound/soc/codecs/si476x.c')
-rw-r--r-- | kernel/sound/soc/codecs/si476x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sound/soc/codecs/si476x.c b/kernel/sound/soc/codecs/si476x.c index 3e7296428..a8402d0af 100644 --- a/kernel/sound/soc/codecs/si476x.c +++ b/kernel/sound/soc/codecs/si476x.c @@ -208,7 +208,7 @@ out: return err; } -static struct snd_soc_dai_ops si476x_dai_ops = { +static const struct snd_soc_dai_ops si476x_dai_ops = { .hw_params = si476x_codec_hw_params, .set_fmt = si476x_codec_set_dai_fmt, }; |