commit | 1f114f772ade64bca1c477322a18da8ed3bb8e6b | [log] [tgz] |
---|---|---|
author | Jyri Sarha <jsarha@ti.com> | Thu Apr 23 16:16:04 2015 +0300 |
committer | Mark Brown <broonie@kernel.org> | Thu Apr 30 20:47:16 2015 +0100 |
tree | 3ed7996bee2104f1c1bfa6a59745f9b6e0edea7e | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 [diff] |
ASoC: davinci-mcasp: Calculate BCLK using TDM slots and remove channels rule The McASP driver currently always sends as many slots or channels to a i2s-wire as there are configured tdm_slots (see mcasp_i2s_hw_param()). Thus the BLCK rate does not depend on the amount of channels, just the configure amount of tdm-slots. Reported-by: Misael Lopez Cruz <misael.lopez@ti.com> Signed-off-by: Jyri Sarha <jsarha@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org>