From: Bhaskar Chowdhury Date: Mon, 22 Mar 2021 06:49:09 +0000 (+0530) Subject: ASoC: Intel: Fix a typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=50cbf945566b7cdb186c80c389bdfe22850d8d29;p=linux.git ASoC: Intel: Fix a typo s/struture/structure/ Signed-off-by: Bhaskar Chowdhury Link: https://lore.kernel.org/r/20210322064909.4189290-1-unixbhaskar@gmail.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/atom/sst-mfld-dsp.h b/sound/soc/intel/atom/sst-mfld-dsp.h index 5795f98e04d4e..102b0e7eafb0c 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;