diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-04-23 09:39:22 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-04-23 15:45:32 +0100 |
commit | 76ec4aea9fd8117f064caa63ee6f7fbcb70eeb2c (patch) | |
tree | 0b43b7de510e14e63391cb42caae9033e4e27987 /sound | |
parent | cade2f59e7ae3d1ccec9c1e0e971308ca6a74296 (diff) | |
download | linux-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')
-rw-r--r-- | sound/soc/fsl/fsl_easrc.c | 2 |
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"); |