Commit d8ffcf71 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jiri Kosina

ASoC: fsl_esai: Spelling s/specifially/specifically/

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: default avatarNicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.com>
parent 971bd8fa
...@@ -517,7 +517,7 @@ static int fsl_esai_hw_params(struct snd_pcm_substream *substream, ...@@ -517,7 +517,7 @@ static int fsl_esai_hw_params(struct snd_pcm_substream *substream,
u32 bclk, mask, val; u32 bclk, mask, val;
int ret; int ret;
/* Override slot_width if being specifially set */ /* Override slot_width if being specifically set */
if (esai_priv->slot_width) if (esai_priv->slot_width)
slot_width = esai_priv->slot_width; slot_width = esai_priv->slot_width;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment