From: Peter Ujfalusi Date: Thu, 29 Jul 2010 06:51:28 +0000 (+0300) Subject: ASoC: omap-mcbsp: Remove period size constraint in THRESHOLD mode X-Git-Tag: v2.6.36-rc1~493^2~1^2~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=998a8a69f3a40f9c82e83730bfdaceb63954d753;p=pandora-kernel.git ASoC: omap-mcbsp: Remove period size constraint in THRESHOLD mode The use of sDMA packet mode in THRESHOLD mode removes the restriction on the period size. With the extended THRESHOLD mode user space can ask for any period size it wishes, and the driver will configure the sDMA and McBSP FIFO accordingly. Replace the hw_rule for the period size with static constraint, which will make sure that the period size will be always even (to avoid prime period size, which could be possible in mono stream) Signed-off-by: Peter Ujfalusi Acked-by: Jarkko Nikula Acked-by: Mark Brown Signed-off-by: Liam Girdwood --- Reading git-diff-tree failed