From: Axel Lin <axel.lin@ingics.com>
To: Mark Brown <broonie@kernel.org>
Cc: patches@opensource.cirrus.com,
Charles Keepax <ckeepax@opensource.wolfsonmicro.com>,
Axel Lin <axel.lin@ingics.com>,
Liam Girdwood <lgirdwood@gmail.com>,
alsa-devel@alsa-project.org
Subject: [PATCH 2/2] ASoC: wm8523: Constfiy lrclk_ratios and bclk_ratios
Date: Wed, 2 Aug 2017 17:55:14 +0800 [thread overview]
Message-ID: <20170802095514.29138-2-axel.lin@ingics.com> (raw)
In-Reply-To: <20170802095514.29138-1-axel.lin@ingics.com>
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
sound/soc/codecs/wm8523.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/wm8523.c b/sound/soc/codecs/wm8523.c
index b1e4ce7..c7c33e9 100644
--- a/sound/soc/codecs/wm8523.c
+++ b/sound/soc/codecs/wm8523.c
@@ -100,7 +100,7 @@ static const struct snd_soc_dapm_route wm8523_dapm_routes[] = {
{ "LINEVOUTR", NULL, "DAC" },
};
-static struct {
+static const struct {
int value;
int ratio;
} lrclk_ratios[WM8523_NUM_RATES] = {
@@ -113,7 +113,7 @@ static struct {
{ 7, 1152 },
};
-static struct {
+static const struct {
int value;
int ratio;
} bclk_ratios[] = {
--
2.9.3
next prev parent reply other threads:[~2017-08-02 9:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-02 9:55 [PATCH 1/2] ASoC: wm8523: Fix array size for bclk_ratios Axel Lin
2017-08-02 9:55 ` Axel Lin [this message]
2017-08-02 17:30 ` Applied "ASoC: wm8523: Constfiy lrclk_ratios and bclk_ratios" to the asoc tree Mark Brown
2017-08-02 17:30 ` Applied "ASoC: wm8523: Fix array size for " Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170802095514.29138-2-axel.lin@ingics.com \
--to=axel.lin@ingics.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=ckeepax@opensource.wolfsonmicro.com \
--cc=lgirdwood@gmail.com \
--cc=patches@opensource.cirrus.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).