Skip to content

Commit

Permalink
ASoC: topology: Fix typo
Browse files Browse the repository at this point in the history
change 'postion' to 'position'

Signed-off-by: Qinghua Jin <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
qhjindev authored and broonie committed Jan 6, 2022
1 parent 3203863 commit 00ac838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/soc-topology.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit 00ac838

Please sign in to comment.