Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-31 | Remove coreinfo, absorb version info into core | Mark Farrugia | 1 | -10/+1 | |
Since coreinfo only has version info, and this is not being used at all, we can absorb the version info into the private avirt_core structure. We could in future implement a function to retrieve the version, when, and if, it is required. Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au> | |||||
2018-10-26 | Refactor all avirt_ symbols to have have snd prefix, as per Linux sound | Mark Farrugia | 1 | -27/+27 | |
This will aid the eventual migration the the upstream mainline Linux kernel Fix some checkpatch warnings, and other compiler warnings Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au> | |||||
2018-10-26 | Move system-leavel header to sound directory | Mark Farrugia | 1 | -0/+122 | |
Change include guards to reflect Linux sound driver format Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au> |