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

ASoC: topology: Fix typo

parent 32038634
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */