summaryrefslogtreecommitdiff
path: root/sound/soc/imx/imx-wm8962.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/imx/imx-wm8962.c')
-rw-r--r--sound/soc/imx/imx-wm8962.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/soc/imx/imx-wm8962.c b/sound/soc/imx/imx-wm8962.c
index 9c5682ff3e68..50da297c50f4 100644
--- a/sound/soc/imx/imx-wm8962.c
+++ b/sound/soc/imx/imx-wm8962.c
@@ -216,14 +216,6 @@ static int imx_hifi_hw_free(struct snd_pcm_substream *substream)
pr_err("Failed to set MUTE: %d\n", ret);
return ret;
}
-
- /* Disable FLL */
- ret = snd_soc_dai_set_pll(codec_dai, WM8962_FLL,
- WM8962_FLL_MCLK, 0, 0);
- if (ret < 0) {
- pr_err("Failed to set FLL: %d\n", ret);
- return ret;
- }
}
return 0;
}