On Wed, Oct 16, 2019 at 10:41:31AM +0200, Code Kipper wrote:
On Wed, 16 Oct 2019 at 10:04, Maxime Ripard mripard@kernel.org wrote:
On Wed, Oct 16, 2019 at 09:07:34AM +0200, codekipper@gmail.com wrote:
From: Marcus Cooper codekipper@gmail.com
On the newer SoCs the offset is used to set the mode of the connection. As it is to be used elsewhere then it makes sense to move it to the main structure.
Elsewhere where, and to do what?
Thanks...How does this sound?
As it is to be used to set the same offset for each TX data channel in use during multi-channel audio then let's move it to the main structure.
That still doesn't explain why you want to move it to the main structure. It's there, it's calculated already, and can be used during multi-channel audio if you set it up in the same function. What you need to explain is why you can't do it in the same function.
Maxime