diff options
author | Cosmin-Gabriel Samoila <cosmin.samoila@nxp.com> | 2018-11-14 15:07:06 +0200 |
---|---|---|
committer | Cosmin-Gabriel Samoila <cosmin.samoila@nxp.com> | 2018-11-14 15:46:01 +0200 |
commit | 9adc4e05429b12d0e1198a4b7dc1564d6425e108 (patch) | |
tree | 0052f58007fcb9d99285e8f6aa2fa19ab303a9e0 /sound | |
parent | 83b78ca8c5f8d889a09efb02902c3bd9eb97e5b7 (diff) |
MLKU-24-6 sound:asoc: remove comented code
Remove unused commented code.
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.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/soc/fsl/fsl_micfil.c b/sound/soc/fsl/fsl_micfil.c index be9c81fd8c97..2b6b2c215d76 100644 --- a/sound/soc/fsl/fsl_micfil.c +++ b/sound/soc/fsl/fsl_micfil.c @@ -1609,11 +1609,6 @@ static int fsl_micfil_hw_free(struct snd_pcm_substream *substream, { struct fsl_micfil *micfil = snd_soc_dai_get_drvdata(dai); - /* - if (atomic_read(&micfil->hwvad_state) == MICFIL_HWVAD_OFF) - clk_disable_unprepare(micfil->mclk); - - */ atomic_set(&micfil->recording_state, MICFIL_RECORDING_OFF); return 0; |