Commit e1053262 authored by Ryan Lee's avatar Ryan Lee Committed by Mark Brown

ASoC: max98373: Added missing blank lines

Signed-off-by: default avatarRyan Lee <ryans.lee@maximintegrated.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 2f3d24a1
...@@ -176,6 +176,7 @@ static int max98373_get_bclk_sel(int bclk) ...@@ -176,6 +176,7 @@ static int max98373_get_bclk_sel(int bclk)
} }
return 0; return 0;
} }
static int max98373_set_clock(struct snd_soc_codec *codec, static int max98373_set_clock(struct snd_soc_codec *codec,
struct snd_pcm_hw_params *params) struct snd_pcm_hw_params *params)
{ {
...@@ -270,6 +271,7 @@ static int max98373_dai_hw_params(struct snd_pcm_substream *substream, ...@@ -270,6 +271,7 @@ static int max98373_dai_hw_params(struct snd_pcm_substream *substream,
params_rate(params)); params_rate(params));
goto err; goto err;
} }
/* set DAI_SR to correct LRCLK frequency */ /* set DAI_SR to correct LRCLK frequency */
regmap_update_bits(max98373->regmap, regmap_update_bits(max98373->regmap,
MAX98373_R2027_PCM_SR_SETUP_1, MAX98373_R2027_PCM_SR_SETUP_1,
......
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