Hi Mark,
these two patches rework the slot selection code in ab8500-codec to use the slots masks provided by the machine drivers instead of the hardcoded ones as suggested.
The patches replaces some of the previous macros with a parametrized version in the effort of making the actual code compact and readable, and should be applied in order. Also, the second patch drops the hardcoded defintions swapped in -rc2, so you may want to rebase the ux500 topic branch to avoid the conflict, or I can resend the patch based on the topic branch directly. Just let me know.
Big thanks to Ola for helping me figuring out the weird ab8500 slot mapping logic.
Fabio
Fabio Baltieri (2): ASoC: ab8500-codec: Set tx dai slots from tx_mask ASoC: ab8500-codec: Set rx dai slots from rx_mask
sound/soc/codecs/ab8500-codec.c | 60 ++++++++++++++++++++++++++--------------- sound/soc/codecs/ab8500-codec.h | 42 +++++++++++++++-------------- 2 files changed, 61 insertions(+), 41 deletions(-)