Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-10-26 | Remove leftover variable 'hw_frame_idx' |  Mark Farrugia | 1 | -7/+3 |
2018-10-26 | Remove unused 'buffersize' avirt_alsa_dev_group |  Mark Farrugia | 2 | -14/+0 |
2018-10-26 | Remove the unnecessary allocation of substreams in avirt_alsa_dev_group |  Mark Farrugia | 3 | -69/+2 |
2018-10-26 | Remove test 'value' parameter from avirt_audiopath |  Mark Farrugia | 2 | -2/+0 |
2018-10-26 | Add additional NULL checks |  Mark Farrugia | 2 | -13/+12 |
2018-10-26 | Fix initialization of the audiopath_list |  Mark Farrugia | 1 | -4/+1 |
2018-10-26 | Loopback progress |  James O'Shannessy | 5 | -27/+43 |
2018-10-26 | Current state of loopback. |  James O'Shannessy | 3 | -27/+40 |
2018-10-26 | Changes to loopback |  James O'Shannessy | 4 | -11/+62 |
2018-10-26 | Updating loopback audio path. |  James O'Shannessy | 1 | -5/+163 |
2018-10-26 | Add updates to Makefiles and tasks for building |  James O'Shannessy | 3 | -3/+7 |
2018-10-26 | Adding groundwork for loopback |  James O'Shannessy | 3 | -0/+130 |
2018-10-26 | Remove snd_pcm_lib_mmap_vmalloc from default pcm_ops struct. |  Mark Farrugia | 1 | -1/+0 |
2018-10-26 | Adds 'all' and 'clean' to Makefile for out-of-tree builds |  Mark Farrugia | 1 | -0/+19 |
2018-10-26 | Update README.md |  Mark Farrugia | 1 | -1/+1 |
2018-10-26 | Update licensing |  Mark Farrugia | 7 | -208/+287 |
2018-10-26 | Update README.md |  James O'Shannessy | 1 | -1/+8 |
2018-10-26 | Update README.md |  James O'Shannessy | 1 | -1/+0 |
2018-10-26 | Public push of AVIRT. |  James O'Shannessy | 21 | -4/+2472 |