From: Nicolin Chen Date: Fri, 24 Oct 2014 23:48:12 +0000 (-0700) Subject: ASoC: fsl_esai: Use dynamic slot width as default X-Git-Tag: omap-for-v3.19/fixes-rc1~126^2~20^2~24^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86ea522b369abbbe92b4d66a238e79319ca46ba5;p=pandora-kernel.git ASoC: fsl_esai: Use dynamic slot width as default The driver previously used 32-bit fixed slot width as default. In result, ESAI might use 32-bit length to capture 16-bit width audio slot from CODEC side when ESAI is running as DAI slave. So this patch just removes the default slot_width so as to use dynamic slot width. If there comes a specific situation that needs a fixed width, the machine driver shall set slot_width via set_tdm_slot() so as to let the ESAI driver replace the dynamic width policy with the fixed value. Signed-off-by: Nicolin Chen Signed-off-by: Mark Brown --- Reading git-diff-tree failed