commit | 0083a507a78fdfa868acc0709408b59e72488a61 | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@bootlin.com> | Mon Aug 19 21:25:25 2019 +0200 |
committer | Mark Brown <broonie@kernel.org> | Tue Aug 20 18:34:11 2019 +0100 |
tree | 1dff59a11be3047f09f8edc9955108aa403edf28 | |
parent | 3e9acd7ac6933cdc20c441bbf9a38ed9e42e1490 [diff] |
ASoC: sun4i-i2s: Pass the channels number as an argument The channels number have been hardcoded to 2 so far, while the controller supports more than that. Remove the instance where it has been hardcoded to compute the BCLK divider, and pass it through as an argument to ease further support of more channels. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Link: https://lore.kernel.org/r/48887cf7abfaab6597db233b24d7a088a913e48a.1566242458.git-series.maxime.ripard@bootlin.com Signed-off-by: Mark Brown <broonie@kernel.org>