aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorSaiyam Doshi <saiyamdoshi.in@gmail.com>2019-09-14 08:41:33 +0530
committerMark Brown <broonie@kernel.org>2019-09-15 10:29:51 +0100
commitfca11622d600228bec405456f41590155b3a3eca (patch)
treeca505058876bc759e446cd43abfa659d43ba991d /sound
parentASoC: fsl_sai: Implement set_bclk_ratio (diff)
downloadlinux-dev-fca11622d600228bec405456f41590155b3a3eca.tar.xz
linux-dev-fca11622d600228bec405456f41590155b3a3eca.zip
ASoC: sdm845: remove unneeded semicolon
Remove excess semicolon after closing parenthesis. Signed-off-by: Saiyam Doshi <saiyamdoshi.in@gmail.com> Link: https://lore.kernel.org/r/20190914031133.GA28447@SD Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/qcom/sdm845.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/qcom/sdm845.c b/sound/soc/qcom/sdm845.c
index 882f52ed8231..28f3cef696e6 100644
--- a/sound/soc/qcom/sdm845.c
+++ b/sound/soc/qcom/sdm845.c
@@ -319,7 +319,7 @@ static void sdm845_snd_shutdown(struct snd_pcm_substream *substream)
snd_soc_dai_set_sysclk(cpu_dai,
Q6AFE_LPASS_CLK_ID_PRI_MI2S_IBIT,
0, SNDRV_PCM_STREAM_PLAYBACK);
- };
+ }
break;
case SECONDARY_MI2S_TX: