summaryrefslogtreecommitdiffstats
path: root/sound/soc/ep93xx/ep93xx-pcm.c
diff options
context:
space:
mode:
authorLars-Peter Clausen2012-06-11 20:11:40 +0200
committerMark Brown2012-06-20 16:38:27 +0200
commitc32c44cb58d212513243744878423abd207bc8a8 (patch)
tree6b742dca75be874ceadb1bd142d4b5fb688ecac5 /sound/soc/ep93xx/ep93xx-pcm.c
parentASoC: add i2s dai driver for bf6xx soc (diff)
downloadkernel-qcow2-linux-c32c44cb58d212513243744878423abd207bc8a8.tar.gz
kernel-qcow2-linux-c32c44cb58d212513243744878423abd207bc8a8.tar.xz
kernel-qcow2-linux-c32c44cb58d212513243744878423abd207bc8a8.zip
dmaengine: Add wrapper for device_tx_status callback
This patch adds a small inline wrapper for the devivce_tx_status callback of a dma device. This makes the source code of users of this function a bit more compact and a bit more legible. E.g.: -status = chan->device->device_tx_status(chan, cookie, &state) +status = dmaengine_tx_status(chan, cookie, &state) Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by Vinod Koul <vinod.koul@linux.intel.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/ep93xx/ep93xx-pcm.c')
0 files changed, 0 insertions, 0 deletions