Commit 00ac8389 authored by Qinghua Jin's avatar Qinghua Jin Committed by Mark Brown

ASoC: topology: Fix typo

change 'postion' to 'position'
Signed-off-by: default avatarQinghua Jin <qhjin.dev@gmail.com>
Link: https://lore.kernel.org/r/20220106092847.357035-1-qhjin.dev@gmail.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 32038634
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment