summaryrefslogtreecommitdiff
path: root/sound/soc
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/max98925.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/max98925.c b/sound/soc/codecs/max98925.c
index 0796dfaeb139..9b5a17de4690 100644
--- 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,