aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-topology.c
diff options
context:
space:
mode:
authorQinghua Jin <qhjin.dev@gmail.com>2022-01-06 17:28:47 +0800
committerMark Brown <broonie@kernel.org>2022-01-06 13:55:55 +0000
commit00ac838924f73b51e82994c7fc870f0a994e4d34 (patch)
tree218ed480b0b78e2558775db70c4afb7b0883dee6 /sound/soc/soc-topology.c
parentASoC: fsl_asrc: refine the check of available clock divider (diff)
downloadlinux-dev-00ac838924f73b51e82994c7fc870f0a994e4d34.tar.xz
linux-dev-00ac838924f73b51e82994c7fc870f0a994e4d34.zip
ASoC: topology: Fix typo
change 'postion' to 'position' Signed-off-by: Qinghua Jin <qhjin.dev@gmail.com> Link: https://lore.kernel.org/r/20220106092847.357035-1-qhjin.dev@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/soc-topology.c')
-rw-r--r--sound/soc/soc-topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-topology.c b/sound/soc/soc-topology.c
index f5b9e66ac3b8..2630df024dff 100644
--- a/sound/soc/soc-topology.c
+++ b/sound/soc/soc-topology.c
@@ -56,7 +56,7 @@ struct soc_tplg {
const struct firmware *fw;
/* runtime FW parsing */
- const u8 *pos; /* read postion */
+ const u8 *pos; /* read position */
const u8 *hdr_pos; /* header position */
unsigned int pass; /* pass number */