Commit fca11622 authored by Saiyam Doshi's avatar Saiyam Doshi Committed by Mark Brown

ASoC: sdm845: remove unneeded semicolon

Remove excess semicolon after closing parenthesis.
Signed-off-by: default avatarSaiyam Doshi <saiyamdoshi.in@gmail.com>
Link: https://lore.kernel.org/r/20190914031133.GA28447@SDSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 63d1a348
...@@ -319,7 +319,7 @@ static void sdm845_snd_shutdown(struct snd_pcm_substream *substream) ...@@ -319,7 +319,7 @@ static void sdm845_snd_shutdown(struct snd_pcm_substream *substream)
snd_soc_dai_set_sysclk(cpu_dai, snd_soc_dai_set_sysclk(cpu_dai,
Q6AFE_LPASS_CLK_ID_PRI_MI2S_IBIT, Q6AFE_LPASS_CLK_ID_PRI_MI2S_IBIT,
0, SNDRV_PCM_STREAM_PLAYBACK); 0, SNDRV_PCM_STREAM_PLAYBACK);
}; }
break; break;
case SECONDARY_MI2S_TX: case SECONDARY_MI2S_TX:
......
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