mirror of https://gitee.com/openkylin/linux.git
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:
parent
63d1a3488f
commit
fca11622d6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue