summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-04-23 09:39:22 +0100
committerMark Brown <broonie@kernel.org>2020-04-23 15:45:32 +0100
commit76ec4aea9fd8117f064caa63ee6f7fbcb70eeb2c (patch)
tree0b43b7de510e14e63391cb42caae9033e4e27987 /sound/soc/fsl
parentcade2f59e7ae3d1ccec9c1e0e971308ca6a74296 (diff)
downloadlinux-stable-76ec4aea9fd8117f064caa63ee6f7fbcb70eeb2c.tar.gz
linux-stable-76ec4aea9fd8117f064caa63ee6f7fbcb70eeb2c.tar.bz2
linux-stable-76ec4aea9fd8117f064caa63ee6f7fbcb70eeb2c.zip
ASoC: fsl_easrc: fix spelling mistake "prefitler" -> "prefilter"
There is a spelling mistake in a deb_dbg message, fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: https://lore.kernel.org/r/20200423083922.8159-1-colin.king@canonical.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r--sound/soc/fsl/fsl_easrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_easrc.c b/sound/soc/fsl/fsl_easrc.c
index 233f26ff885c..97658e1f4989 100644
--- a/sound/soc/fsl/fsl_easrc.c
+++ b/sound/soc/fsl/fsl_easrc.c
@@ -1769,7 +1769,7 @@ static void fsl_easrc_dump_firmware(struct fsl_asrc *easrc)
}
dev_dbg(dev, "Firmware v%u dump:\n", firm->firmware_version);
- dev_dbg(dev, "Num prefitler scenarios: %u\n", firm->prefil_scen);
+ dev_dbg(dev, "Num prefilter scenarios: %u\n", firm->prefil_scen);
dev_dbg(dev, "Num interpolation scenarios: %u\n", firm->interp_scen);
dev_dbg(dev, "\nInterpolation scenarios:\n");