summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/boards/bytcht_nocodec.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2017-07-03 16:51:30 +0100
committerMark Brown <broonie@kernel.org>2017-07-03 16:51:30 +0100
commit2016d5ed401133539779d8a070abbe42fe9cb3da (patch)
tree96e1b8b348b2650345057fcaf7324983e6c2559f /sound/soc/intel/boards/bytcht_nocodec.c
parent05325120861066e1e3e726eda54e429802725a64 (diff)
parent7d3d6e0645dd3689e625161b9e312108e66b2b51 (diff)
downloadblackbird-op-linux-2016d5ed401133539779d8a070abbe42fe9cb3da.tar.gz
blackbird-op-linux-2016d5ed401133539779d8a070abbe42fe9cb3da.zip
Merge remote-tracking branch 'asoc/topic/intel' into asoc-next
Diffstat (limited to 'sound/soc/intel/boards/bytcht_nocodec.c')
-rw-r--r--sound/soc/intel/boards/bytcht_nocodec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/intel/boards/bytcht_nocodec.c b/sound/soc/intel/boards/bytcht_nocodec.c
index 89853eeaaf9d..1dd9441806fa 100644
--- a/sound/soc/intel/boards/bytcht_nocodec.c
+++ b/sound/soc/intel/boards/bytcht_nocodec.c
@@ -85,11 +85,11 @@ static int codec_fixup(struct snd_soc_pcm_runtime *rtd,
return 0;
}
-static unsigned int rates_48000[] = {
+static const unsigned int rates_48000[] = {
48000,
};
-static struct snd_pcm_hw_constraint_list constraints_48000 = {
+static const struct snd_pcm_hw_constraint_list constraints_48000 = {
.count = ARRAY_SIZE(rates_48000),
.list = rates_48000,
};
OpenPOWER on IntegriCloud