Age | Commit message (Expand) | Author | Files | Lines |
2018-10-26 | Refactor all avirt_ symbols to have have snd prefix, as per Linux sound | Mark Farrugia | 16 | -313/+325 |
2018-10-26 | Refactor core_internal.h to core.h | Mark Farrugia | 4 | -5/+5 |
2018-10-26 | Optimize CHK_ macros | Mark Farrugia | 2 | -17/+9 |
2018-10-26 | Move system-leavel header to sound directory | Mark Farrugia | 10 | -32/+30 |
2018-10-26 | Remove unused MODULE_SUPPORTED_DEVICE macros, removed obsolete comments | Mark Farrugia | 4 | -8/+9 |
2018-10-26 | Reinstate temporarily removed PCM callbacks | Mark Farrugia | 1 | -4/+4 |
2018-10-26 | Update license headers | Mark Farrugia | 6 | -51/+43 |
2018-10-26 | Fix module authors/descriptions | Mark Farrugia | 3 | -8/+9 |
2018-10-26 | Add docs: Add architecture diagram for 4A | Mark Farrugia | 4 | -18/+38 |
2018-10-26 | Update docs to include loopback | Mark Farrugia | 3 | -4/+11 |
2018-10-26 | Update documentation | Mark Farrugia | 4 | -16/+70 |
2018-10-26 | Adding github preview extensions for vs code | James O'Shannessy | 1 | -0/+1 |
2018-10-26 | Update README.md | James O'Shannessy | 2 | -13/+14 |
2018-10-26 | Updating Introduction doc | James O'Shannessy | 2 | -4/+18 |
2018-10-26 | Fixing table of contents in README documentation | James O'Shannessy | 5 | -1/+5 |
2018-10-26 | Adding table of for contents for README documentation | James O'Shannessy | 1 | -10/+1 |
2018-10-26 | Updating build instructions | James O'Shannessy | 4 | -106/+45 |
2018-10-26 | Changes to readme files | James O'Shannessy | 1 | -20/+4 |
2018-10-26 | Added load/unload documentation. | James O'Shannessy | 1 | -0/+10 |
2018-10-26 | Committing usage document | James O'Shannessy | 1 | -0/+70 |
2018-10-26 | Updating build instructions | James O'Shannessy | 1 | -4/+20 |
2018-10-26 | Changes to readme files | James O'Shannessy | 2 | -0/+57 |
2018-10-26 | Add docs folder for in depth breakdown of module. | James O'Shannessy | 3 | -0/+0 |
2018-10-26 | Update VSC tasks, XDS conf | Mark Farrugia | 2 | -74/+64 |
2018-10-26 | Add working loopback implementation, helper scripts | Mark Farrugia | 5 | -185/+1013 |
2018-10-26 | Fix DO_AUDIOPATH_CB, remove unused PCM cbs for now | Mark Farrugia | 2 | -67/+51 |
2018-10-26 | Remove remaining blocksize associated calcs | Mark Farrugia | 1 | -4/+0 |
2018-10-26 | Make Audio Path searching dynamic again | Mark Farrugia | 1 | -3/+3 |
2018-10-26 | Refactor avirt_card_register, move PCM creation to it. | Mark Farrugia | 4 | -31/+56 |
2018-10-26 | Add card to the configure callback | Mark Farrugia | 2 | -4/+5 |
2018-10-26 | Refactor to use new DINFO macros | Mark Farrugia | 4 | -30/+51 |
2018-10-26 | Fix issue with 'map' configfs store | Mark Farrugia | 1 | -1/+3 |
2018-10-26 | Remove blocksize from audiopath | Mark Farrugia | 6 | -28/+24 |
2018-10-26 | Move 'streams_sealed' to avirt_core | Mark Farrugia | 3 | -9/+30 |
2018-10-26 | Ensure no buffer overflow when setting card description | Mark Farrugia | 2 | -5/+8 |
2018-10-26 | Clean up sound card on module exit | Mark Farrugia | 1 | -0/+1 |
2018-10-26 | Fix scripts, move all to scripts folder | Mark Farrugia | 3 | -0/+10 |
2018-10-26 | Update README.md | Mark Farrugia | 2 | -31/+65 |
2018-10-26 | Add configfs test script | Mark Farrugia | 1 | -0/+17 |
2018-10-26 | Add configfs interface, revamp stream grouping | Mark Farrugia | 9 | -344/+548 |
2018-10-26 | Make pcm_ack static | Mark Farrugia | 1 | -1/+1 |
2018-10-26 | Fix memory freeing of capture/playback streams | Mark Farrugia | 1 | -4/+4 |
2018-10-26 | Refactor top-level AVIRT API to be avirt_<subject>_<action> | Mark Farrugia | 4 | -17/+17 |
2018-10-26 | Create avirt_stream structure in place of old config structures | Mark Farrugia | 8 | -350/+210 |
2018-10-26 | Add 'uid' field to AP, store AP in PCM private data, fix helper macros | Mark Farrugia | 6 | -56/+79 |
2018-10-26 | Fix kernel crash, where kzalloc is not alloc'ing enough memory! | Mark Farrugia | 1 | -2/+1 |
2018-10-26 | Remove configure_pcm function, absorb into pcm_open | Mark Farrugia | 1 | -24/+10 |
2018-10-26 | Fix warnings generated by checkpatch.pl | Mark Farrugia | 5 | -57/+57 |
2018-10-26 | Remove remnant debug print | Mark Farrugia | 1 | -1/+0 |
2018-10-26 | Move ALSA info into coreinfo, for export to Audio Paths | Mark Farrugia | 5 | -123/+69 |