From: Kuninori Morimoto Date: Thu, 27 Nov 2014 08:02:43 +0000 (+0000) Subject: ASoC: rsnd: add .fallback callback X-Git-Tag: omap-for-v3.20/drop-legacy-3517~123^2~20^2~13^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97463e193654574e1533f71359d91d9d2fdb3571;p=pandora-kernel.git ASoC: rsnd: add .fallback callback Current R-Car sound has PIO fallback support if it couldn't use DMA. This fallback is done in .remove callback, but, it should have .fallback callback. Otherwise, normal .remove callback will have strange behavior. This patch adds .fallback callback. Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- Reading git-diff-tree failed