ASoC: McASP: calculate values for channel size
authorDaniel Mack <zonque@gmail.com>
Wed, 5 Dec 2012 17:20:37 +0000 (18:20 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 7 Dec 2012 05:47:01 +0000 (14:47 +0900)
commitba764b3def0b979fd22884779f1a02f701e3af72
tree52e17dfa2480c5056866b88fbdc300b61405aed2
parentd0c6c482f6d8c2145717ab0266c87e3e792527ef
ASoC: McASP: calculate values for channel size

Change davinci_config_channel_size() to derive the values for XSSZ and
XROT in DAVINCI_MCASP_[RT]XFMT_REG from the configured word length
rather than hard-coding them in a switch/case block.

Also, by directly passing the word length to
davinci_config_channel_size(), we can get rid of the
DAVINCI_AUDIO_WORD_* enum.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/davinci/davinci-mcasp.c
sound/soc/davinci/davinci-mcasp.h