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>
This commit is contained in:
parent
3203863434
commit
00ac838924
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue