Skip to content

Commit

Permalink
ASoC: topology: fix typos in topology header
Browse files Browse the repository at this point in the history
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Vinod Koul authored and Mark Brown committed Jul 2, 2015
1 parent 7084ffb commit 9c3a473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/uapi/sound/asoc.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@

/*
* Block Header.
* This header preceeds all object and object arrays below.
* This header precedes all object and object arrays below.
*/
struct snd_soc_tplg_hdr {
__le32 magic; /* magic number */
Expand Down Expand Up @@ -222,7 +222,7 @@ struct snd_soc_tplg_stream_config {
/*
* Manifest. List totals for each payload type. Not used in parsing, but will
* be passed to the component driver before any other objects in order for any
* global componnent resource allocations.
* global component resource allocations.
*
* File block representation for manifest :-
* +-----------------------------------+----+
Expand Down

0 comments on commit 9c3a473

Please sign in to comment.