From: Daniel Ribeiro Date: Tue, 16 Jun 2009 00:44:31 +0000 (-0300) Subject: ASoC: change set_tdm_slot api to allow slot_width override. X-Git-Tag: v2.6.33-rc3~4^2~202^2~13^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5479e389e989acfeca9c32eeb0083d086202280;p=pandora-kernel.git ASoC: change set_tdm_slot api to allow slot_width override. Extend set_tdm_slot to allow the user to arbitrarily set the frame width and active TX/RX slots. Updates magician.c and wm9081.c for the new set_tdm_slot(). wm9081.c still doesn't handle the slot_width override. While being there, correct an incorrect use of SlotsPerFrm(7) use in bitmask on pxa-ssp.c (SSCR0_SlotsPerFrm(x) is (((x) - 1) << 24)) ). (this series is meant for Mark's for-2.6.32 branch) Signed-off-by: Daniel Ribeiro Signed-off-by: Mark Brown --- Reading git-diff-tree failed