]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00233731 ALSA: add DMABUF allocating for different driver
authorNicolin Chen <b42378@freescale.com>
Thu, 15 Nov 2012 03:28:19 +0000 (11:28 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:42 +0000 (08:35 +0200)
commitd010757ec4025b6e51fd52bc34c93dacf58c9a9e
treefbcc2a066ef71100447e66f9a9008bc7902fc7dd
parent7145c98873e6b1eee7d21916a6da4cdb8c79c67e
ENGR00233731 ALSA: add DMABUF allocating for different driver

 Patch ENGR00233056 added DMABUF size setting for hw_param and changed SSI's
buffer allocating size.
 But didn't add allocation for ESAI and SPDIF, which might cause some dma
transmitting issue.
 This Patch add new allocation code that detects the driver before allocating
its DMABUF.

Signed-off-by: Nicolin Chen <b42378@freescale.com>
sound/soc/imx/imx-ssi.c