diff options
author | Zidan Wang <zidan.wang@freescale.com> | 2015-04-03 18:35:18 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2015-05-08 16:34:06 +0800 |
commit | dc90bbd9cdc09b4b5ab3cd1113f4ed775941a49e (patch) | |
tree | 1b52f3989e25ec5118c189a50318387186ef288b /sound | |
parent | 2f3203b1030f966088eddbc6e8faf207e0d4aa91 (diff) |
MLK-10585 ASoC: imx-wm8958: disable power down time
At the end of playback and before power down time, write i2c will
failed.
Signed-off-by: Zidan Wang <zidan.wang@freescale.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/fsl/imx-wm8958.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/imx-wm8958.c b/sound/soc/fsl/imx-wm8958.c index fd029e05babd..f0b850ef3873 100644 --- a/sound/soc/fsl/imx-wm8958.c +++ b/sound/soc/fsl/imx-wm8958.c @@ -427,6 +427,7 @@ static int imx_wm8958_probe(struct platform_device *pdev) data->dai.cpu_dai_name = dev_name(&cpu_pdev->dev); data->dai.platform_of_node = cpu_np; data->dai.ops = &imx_hifi_ops; + data->dai.ignore_pmdown_time = 1; data->dai.dai_fmt |= SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF; data->card.dev = &pdev->dev; |