diff options
author | Mark Brown <broonie@kernel.org> | 2018-12-18 13:23:59 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-12-18 13:23:59 +0100 |
commit | a7a850dba82498a1e050d8d153cae67ce0edb3b2 (patch) | |
tree | f2b50444022ad27f407e087a820ae5ff248e0492 /sound/soc/codecs/tlv320aic31xx.c | |
parent | Merge branch 'asoc-4.20' into asoc-linus (diff) | |
parent | ASoC: ti: Kconfig: Remove the deprecated options (diff) | |
download | linux-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.c | 2 |
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; |