diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-11-19 12:36:40 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-02-25 14:07:02 +0100 |
commit | f5e056e1e46fcbb5f74ce560792aeb7d57ce79e6 (patch) | |
tree | 809e0a285475f43826f0f8ff4d9ee72d7520ca7f /sound/soc/amd/Makefile | |
parent | Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro... (diff) | |
download | linux-f5e056e1e46fcbb5f74ce560792aeb7d57ce79e6.tar.xz linux-f5e056e1e46fcbb5f74ce560792aeb7d57ce79e6.zip |
ASoC: Intel: mrfld: fix incorrect check on p->sink
The check on p->sink looks bogus, I believe it should be p->source
since the following code blocks are related to p->source. Fix
this by replacing p->sink with p->source.
Fixes: 24c8d14192cc ("ASoC: Intel: mrfld: add DSP core controls")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Addresses-Coverity: ("Copy-paste error")
Link: https://lore.kernel.org/r/20191119113640.166940-1-colin.king@canonical.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/Makefile')
0 files changed, 0 insertions, 0 deletions