diff options
author | Vinod Koul <vinod.koul@intel.com> | 2015-06-29 12:36:45 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-02 07:40:10 -0400 |
commit | 9c3a473220dda073603a24e93d3015322bda950a (patch) | |
tree | 06b603b7db9ae04cf75908acea2a1fdab2b79488 | |
parent | 7084ffbff494669b06ceb457150c38887e26d2a3 (diff) |
ASoC: topology: fix typos in topology header
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | include/uapi/sound/asoc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/sound/asoc.h b/include/uapi/sound/asoc.h index 12215205ab8d..785c5ca0994b 100644 --- a/include/uapi/sound/asoc.h +++ b/include/uapi/sound/asoc.h | |||
@@ -110,7 +110,7 @@ | |||
110 | 110 | ||
111 | /* | 111 | /* |
112 | * Block Header. | 112 | * Block Header. |
113 | * This header preceeds all object and object arrays below. | 113 | * This header precedes all object and object arrays below. |
114 | */ | 114 | */ |
115 | struct snd_soc_tplg_hdr { | 115 | struct snd_soc_tplg_hdr { |
116 | __le32 magic; /* magic number */ | 116 | __le32 magic; /* magic number */ |
@@ -222,7 +222,7 @@ struct snd_soc_tplg_stream_config { | |||
222 | /* | 222 | /* |
223 | * Manifest. List totals for each payload type. Not used in parsing, but will | 223 | * Manifest. List totals for each payload type. Not used in parsing, but will |
224 | * be passed to the component driver before any other objects in order for any | 224 | * be passed to the component driver before any other objects in order for any |
225 | * global componnent resource allocations. | 225 | * global component resource allocations. |
226 | * | 226 | * |
227 | * File block representation for manifest :- | 227 | * File block representation for manifest :- |
228 | * +-----------------------------------+----+ | 228 | * +-----------------------------------+----+ |