Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-01 | Add ability to route audio between audio paths | Mark Farrugia | 1 | -0/+27 | |
Configfs interface for adding 'routes' is added, and allows two audio paths to chain together particular inputs/outputs, allowing for multistage audio driver handling. A particular use-case is that of an ADSP driver. We can feed in audio to it, and capture the processed, and/or mixed, audio at it's output, and direct to another audio path driver, such as the UNICENS audio driver. Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au> | |||||
2019-03-01 | Move sysfs functionality to sysfs.c | Mark Farrugia | 1 | -0/+174 | |
Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au> |