aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/atom
diff options
context:
space:
mode:
authorBhaskar Chowdhury <unixbhaskar@gmail.com>2021-03-22 12:19:09 +0530
committerMark Brown <broonie@kernel.org>2021-03-31 13:52:47 +0100
commit50cbf945566b7cdb186c80c389bdfe22850d8d29 (patch)
treed88bd8fee4a153fd5d546690a636c0feee658263 /sound/soc/intel/atom
parentASoC: dt-bindings: ak5558: Add compatible string for ak5552 (diff)
downloadlinux-dev-50cbf945566b7cdb186c80c389bdfe22850d8d29.tar.xz
linux-dev-50cbf945566b7cdb186c80c389bdfe22850d8d29.zip
ASoC: Intel: Fix a typo
s/struture/structure/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Link: https://lore.kernel.org/r/20210322064909.4189290-1-unixbhaskar@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/atom')
-rw-r--r--sound/soc/intel/atom/sst-mfld-dsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/atom/sst-mfld-dsp.h b/sound/soc/intel/atom/sst-mfld-dsp.h
index 5795f98e04d4..102b0e7eafb0 100644
--- a/sound/soc/intel/atom/sst-mfld-dsp.h
+++ b/sound/soc/intel/atom/sst-mfld-dsp.h
@@ -358,7 +358,7 @@ struct snd_wma_params {
u8 reserved; /* reserved */
} __packed;
-/* Codec params struture */
+/* Codec params structure */
union snd_sst_codec_params {
struct snd_pcm_params pcm_params;
struct snd_mp3_params mp3_params;