summaryrefslogtreecommitdiff
path: root/sound/soc/samsung/s3c24xx_uda134x.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2017-07-03 16:51:38 +0100
committerMark Brown <broonie@kernel.org>2017-07-03 16:51:38 +0100
commitb821d298f8864dc3c3d42643812df43289159507 (patch)
tree11a2d7ce5ea4386f4ba17974da6d833fe37502a9 /sound/soc/samsung/s3c24xx_uda134x.c
parent254d96be464ab57290afb2440c747606030b3d52 (diff)
parent478b77461a88304ad1566c042d6aa141815ba19f (diff)
Merge remote-tracking branch 'asoc/topic/inte' into asoc-next
Diffstat (limited to 'sound/soc/samsung/s3c24xx_uda134x.c')
-rw-r--r--sound/soc/samsung/s3c24xx_uda134x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/samsung/s3c24xx_uda134x.c b/sound/soc/samsung/s3c24xx_uda134x.c
index 81a78940967c..55538e333cc8 100644
--- a/sound/soc/samsung/s3c24xx_uda134x.c
+++ b/sound/soc/samsung/s3c24xx_uda134x.c
@@ -44,7 +44,7 @@ struct s3c24xx_uda134x {
static unsigned int rates[33 * 2];
#ifdef ENFORCE_RATES
-static struct snd_pcm_hw_constraint_list hw_constraints_rates = {
+static const struct snd_pcm_hw_constraint_list hw_constraints_rates = {
.count = ARRAY_SIZE(rates),
.list = rates,
.mask = 0,