summaryrefslogtreecommitdiff
path: root/sound/soc/ti/davinci-evm.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2019-09-15 10:31:44 +0100
committerMark Brown <broonie@kernel.org>2019-09-15 10:31:44 +0100
commita54f8485727e6e85b5dfe1d9708b80d13fe8bf5f (patch)
tree9d38878259b080ffa01e1e398094906ee4e988fe /sound/soc/ti/davinci-evm.c
parent7e0d8442e4fbc1e2033607d3b9e7d9c7d8a404ec (diff)
parentfca11622d600228bec405456f41590155b3a3eca (diff)
Merge branch 'asoc-5.4' into asoc-next
Diffstat (limited to 'sound/soc/ti/davinci-evm.c')
-rw-r--r--sound/soc/ti/davinci-evm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/ti/davinci-evm.c b/sound/soc/ti/davinci-evm.c
index bfd8d1a03ba7..686b23d7a90d 100644
--- a/sound/soc/ti/davinci-evm.c
+++ b/sound/soc/ti/davinci-evm.c
@@ -68,7 +68,7 @@ static int evm_hw_params(struct snd_pcm_substream *substream,
/* set the CPU system clock */
ret = snd_soc_dai_set_sysclk(cpu_dai, 0, sysclk, SND_SOC_CLOCK_OUT);
- if (ret < 0)
+ if (ret < 0 && ret != -ENOTSUPP)
return ret;
return 0;