20 May
2016
20 May
'16
2:28 p.m.
On 13.05.2016, at 15:21, Mark Brown broonie@kernel.org wrote:
On Fri, May 13, 2016 at 02:20:57PM +0200, Martin Sperl wrote:
Could look like this: bclk-ratios = /* for 96kHz at 16bit/channel use bclk-ratio 40 */ <96000 16 40>, /* for 48kHz at 32bit/channel use bclk-ratio 80 */ <48000 16 80>, /* for any (other) sample frequency at 16 bit use bclk-ratio 32 */ <0 16 32>, /* for any (other) sample frequency at 32 bit use bclk-ratio 64 */ <0 32 64>;
but there could also be other approaches as well, how this could get described in the device tree.
You may well end up with something like that, yeah.
I am submitting a patch for this now...