mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 01:36:52 +09:00
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>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user