2011-03-25 15:52:10

by Wolfram Sang

[permalink] [raw]
Subject: [PATCH 3/3] ASoC: imx: remove superfluous code in imx-ssi.c

Checking if IMX_SSI_DMA is set and then set it again is useless.

Signed-off-by: Wolfram Sang <[email protected]>
---
sound/soc/imx/imx-ssi.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/sound/soc/imx/imx-ssi.c b/sound/soc/imx/imx-ssi.c
index bc92ec6..c331d65 100644
--- a/sound/soc/imx/imx-ssi.c
+++ b/sound/soc/imx/imx-ssi.c
@@ -667,12 +667,6 @@ static int imx_ssi_probe(struct platform_device *pdev)
if (res)
ssi->dma_params_rx.dma = res->start;

- if ((cpu_is_mx27() || cpu_is_mx21()) &&
- !(ssi->flags & IMX_SSI_USE_AC97) &&
- (ssi->flags & IMX_SSI_DMA)) {
- ssi->flags |= IMX_SSI_DMA;
- }
-
platform_set_drvdata(pdev, ssi);

ret = snd_soc_register_dai(&pdev->dev, dai);
--
1.7.2.5


2011-03-26 11:42:35

by Liam Girdwood

[permalink] [raw]
Subject: Re: [PATCH 3/3] ASoC: imx: remove superfluous code in imx-ssi.c

On Fri, 2011-03-25 at 16:51 +0100, Wolfram Sang wrote:
> Checking if IMX_SSI_DMA is set and then set it again is useless.
>
> Signed-off-by: Wolfram Sang <[email protected]>

Acked-by: Liam Girdwood <[email protected]>