aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/sunxi/sun8i-codec.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-07-24 12:22:22 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2017-07-24 12:22:22 +1000
commitcda9d0720c2eb169c1fbdbc42d69b11f4baf2477 (patch)
tree843bc40e2fdf45b202819dbd5c717e2fdd964cc7 /sound/soc/sunxi/sun8i-codec.c
parentb55bac7f4b7e2f375be23f9ca33da56e1e2a0f48 (diff)
parentf932ac9e4d3de38fdffc6955284d3e89ca3eeb26 (diff)
Merge remote-tracking branch 'sound-asoc/for-next'
Diffstat (limited to 'sound/soc/sunxi/sun8i-codec.c')
-rw-r--r--sound/soc/sunxi/sun8i-codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sunxi/sun8i-codec.c b/sound/soc/sunxi/sun8i-codec.c
index 5723c3404f6b..253ae0b5a4d4 100644
--- a/sound/soc/sunxi/sun8i-codec.c
+++ b/sound/soc/sunxi/sun8i-codec.c
@@ -341,7 +341,7 @@ static const struct snd_soc_dapm_route sun8i_codec_dapm_routes[] = {
"AIF1 Slot 0 Right"},
};
-static struct snd_soc_dai_ops sun8i_codec_dai_ops = {
+static const struct snd_soc_dai_ops sun8i_codec_dai_ops = {
.hw_params = sun8i_codec_hw_params,
.set_fmt = sun8i_set_fmt,
};