commit | ea73b7ddf13548afd666373dc5e26ee7c812a3fe | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Sat Oct 19 17:43:51 2013 +0100 |
committer | Mark Brown <broonie@linaro.org> | Thu Oct 24 09:52:14 2013 +0100 |
tree | ee450969a1f904da0d13144edb22bef186bf07f0 | |
parent | 0eef5381b7271702c7e65c637cb46804c482a90a [diff] |
ASoC: dmaengine: Support custom channel names Some devices have more than just simple TX and RX DMA channels, for example modern Samsung I2S IPs support a secondary transmit DMA stream which is mixed into the primary stream during playback. Allow such devices to specify the names of the channels to be requested in their dma_data. Signed-off-by: Mark Brown <broonie@linaro.org> Acked-by: Lars-Peter Clausen <lars@metafoo.de>