summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tlv320aic31xx.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2018-12-18 13:23:59 +0100
committerMark Brown <broonie@kernel.org>2018-12-18 13:23:59 +0100
commita7a850dba82498a1e050d8d153cae67ce0edb3b2 (patch)
treef2b50444022ad27f407e087a820ae5ff248e0492 /sound/soc/codecs/tlv320aic31xx.c
parentMerge branch 'asoc-4.20' into asoc-linus (diff)
parentASoC: ti: Kconfig: Remove the deprecated options (diff)
downloadlinux-a7a850dba82498a1e050d8d153cae67ce0edb3b2.tar.xz
linux-a7a850dba82498a1e050d8d153cae67ce0edb3b2.zip
Merge branch 'asoc-4.21' into asoc-next
Diffstat (limited to 'sound/soc/codecs/tlv320aic31xx.c')
-rw-r--r--sound/soc/codecs/tlv320aic31xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/tlv320aic31xx.c b/sound/soc/codecs/tlv320aic31xx.c
index 608ad49ad978..c6048d95c6d3 100644
--- a/sound/soc/codecs/tlv320aic31xx.c
+++ b/sound/soc/codecs/tlv320aic31xx.c
@@ -1095,7 +1095,7 @@ static int aic31xx_set_dai_sysclk(struct snd_soc_dai *codec_dai,
if (freq/i > 20000000) {
dev_err(aic31xx->dev, "%s: Too high mclk frequency %u\n",
__func__, freq);
- return -EINVAL;
+ return -EINVAL;
}
aic31xx->p_div = i;