ASoC: rsnd: remove non DT support for DMA
Current Renesas Sound driver is based on DeviceTree, and no one is using this driver from non DT. Non-DT support is no longer needed. Let's remove it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:

committed by
Mark Brown

parent
be78cea151
commit
b99305d201
@@ -475,7 +475,7 @@ static int rsnd_src_probe_(struct rsnd_mod *mod,
|
||||
return ret;
|
||||
}
|
||||
|
||||
ret = rsnd_dma_attach(io, mod, &src->dma, 0);
|
||||
ret = rsnd_dma_attach(io, mod, &src->dma);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user