On Wed, Jul 19, 2017 at 01:13:09PM +0100, Andrey Utkin wrote:
What a shame, TI public git repo is not fetchable. Am I missing some trick, or do I need to be TI employee to "have access"?
$ git remote add ti git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git [OK] $ git fetch ti fatal: The remote end hung up unexpectedly [ERR=128]
So I managed to fetch that repo, the above issue is specific to my pre-existing git workcopy.
Started to read sound/soc/omap/ with regard to ABE stuff. Not much of a progress for now, but now my vague idea is that aess/ subdir is full of goodness we need, and for some reason it wasn't forward-ported by TI devs from 3.8 branch it was originally introduced in. I guess it is due to lack of TI manpower on OMAP support, but I accept a chance that the right way is now different and thus porting aess/ code is not the right thing to do.
Will read on the code.