summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorCosmin-Gabriel Samoila <cosmin.samoila@nxp.com>2018-11-14 15:06:10 +0200
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:35:16 +0800
commitac19946a883a754f65143f40b448719c9d4b1164 (patch)
tree6107a8a8ff36a8e7de6da7cee58b017cd6233541 /sound
parent70bb5d3352894c145f3aa8959963a061d023c769 (diff)
MLKU-24-5 sound:asoc: remove multiple empty rows
Fix checkpatch error by removin extra empty rows. Signed-off-by: Cosmin-Gabriel Samoila <cosmin.samoila@nxp.com> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/fsl/fsl_micfil.c2
-rw-r--r--sound/soc/fsl/fsl_micfil.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/fsl/fsl_micfil.c b/sound/soc/fsl/fsl_micfil.c
index e9c08457ef22..be9c81fd8c97 100644
--- a/sound/soc/fsl/fsl_micfil.c
+++ b/sound/soc/fsl/fsl_micfil.c
@@ -1525,7 +1525,6 @@ static int fsl_set_clock_params(struct device *dev, unsigned int rate)
dev_err(dev, "failed to set mclk[%lu] to rate %u\n",
clk_get_rate(micfil->mclk), rate);
-
/* set CICOSR */
ret |= regmap_update_bits(micfil->regmap, REG_MICFIL_CTRL2,
MICFIL_CTRL2_CICOSR_MASK,
@@ -1534,7 +1533,6 @@ static int fsl_set_clock_params(struct device *dev, unsigned int rate)
dev_err(dev, "failed to set CICOSR in reg 0x%X\n",
REG_MICFIL_CTRL2);
-
/* set CLK_DIV */
clk_div = get_clk_div(micfil, rate);
if (clk_div < 0)
diff --git a/sound/soc/fsl/fsl_micfil.h b/sound/soc/fsl/fsl_micfil.h
index 060e8c052ff2..c4a98bd72e7a 100644
--- a/sound/soc/fsl/fsl_micfil.h
+++ b/sound/soc/fsl/fsl_micfil.h
@@ -312,12 +312,10 @@
#define MICFIL_AUDIO_PLL2 1
#define MICFIL_CLK_EXT3 2
-
/* States of micfil */
#define MICFIL_HWVAD_OFF 0
#define MICFIL_HWVAD_ON 1
#define MICFIL_RECORDING_OFF 0
#define MICFIL_RECORDING_ON 1
-
#endif /* _FSL_MICFIL_H */