Skip to content

Commit 00ac838

Browse files
qhjindevbroonie
authored andcommitted
ASoC: topology: Fix typo
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]>
1 parent 3203863 commit 00ac838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/soc-topology.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ struct soc_tplg {
5656
const struct firmware *fw;
5757

5858
/* runtime FW parsing */
59-
const u8 *pos; /* read postion */
59+
const u8 *pos; /* read position */
6060
const u8 *hdr_pos; /* header position */
6161
unsigned int pass; /* pass number */
6262

0 commit comments

Comments
 (0)