I'm having an issue sending data from one HDA to another, here is what I need:
- first HDA generates an arbitrary number of outputs (in my case 8 of them)
- second HDA needs data from (some) of those outputs to generate it's own
- I can have the first HDA as input to the second one, but only first output the first HDA gets processed
What is the correct way of doing something like this?