On Mon, Jul 17, 2017 at 12:44:13PM +0200, EvilDragon@openpandora.org wrote:
Am Montag, den 17.07.2017, 10:10 +0100 schrieb Andrey Utkin:
Hi,
just received a quick note from zmatt on IRC: The file I linked to is the general sound driver for the chip. That's why we also have it on the latest kernel.
What's missing is the hardware implementation, and that has a whole subdirectory: sound/soc/omap/aess
So it's probably this one: https://git.ti.com/ti-linux-kernel/ti-linux-kernel/trees/41b605f2887879 d5e428928b197e24ffb44d9b82/sound/soc/omap/aess
Thanks to everybody for plenty of info.
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]
$ git remote set-url ti https://git.ti.com/ti-linux-kernel/ti-linux-kernel [OK] $ git fetch ti fatal: repository 'https://git.ti.com/ti-linux-kernel/ti-linux-kernel/' not found [ERR=128]