projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cd974b
)
ASoC: max98925: Fix bit-width 24 settings in max98925_dai_hw_params
author
Axel Lin
<axel.lin@ingics.com>
Fri, 27 Mar 2015 09:25:21 +0000
(17:25 +0800)
committer
Mark Brown
<broonie@kernel.org>
Fri, 27 Mar 2015 20:53:49 +0000
(13:53 -0700)
Trivial typo fix.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Anish Kumar <Anish.Kumar@maximintegrated.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98925.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/max98925.c
b/sound/soc/codecs/max98925.c
index
0796dfa
..
9b5a17d
100644
(file)
--- a/
sound/soc/codecs/max98925.c
+++ b/
sound/soc/codecs/max98925.c
@@
-442,8
+442,8
@@
static int max98925_dai_hw_params(struct snd_pcm_substream *substream,
case 24:
regmap_update_bits(max98925->regmap,
MAX98925_FORMAT,
- M98925_DAI_CHANSZ_MASK, M98925_DAI_CHANSZ_
32
);
- max98925->ch_size =
32
;
+ M98925_DAI_CHANSZ_MASK, M98925_DAI_CHANSZ_
24
);
+ max98925->ch_size =
24
;
break;
case 32:
regmap_update_bits(max98925->regmap,