commit | 609a3050b8a516d12cf6dc0e8beb5875ededad3d | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Thu Dec 19 15:55:02 2013 +0000 |
committer | Mark Brown <broonie@linaro.org> | Tue Jan 07 15:37:19 2014 +0000 |
tree | d600134f933de19a7cb85757a1299a6f5e3769cc | |
parent | ae276e93b8ccb933c8cfca368427d1eafd07128d [diff] |
ASoC: ux500_pcm: Stop pretending that we support varying address widths The Slave Config's addr_width attribute is populated by data_width of dma_cfg, which in turn is derived from dma_params' data_size attribute and that comes from the slot_width which is always 16 bits (2 Bytes). We're cutting out the middle man here and just setting the DMA Slave Config directly. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>