aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-26Reinstate temporarily removed PCM callbacksMark Farrugia1-4/+4
2018-10-26Update license headersMark Farrugia6-51/+43
2018-10-26Fix module authors/descriptionsMark Farrugia3-8/+9
2018-10-26Add docs: Add architecture diagram for 4AMark Farrugia4-18/+38
2018-10-26Update docs to include loopbackMark Farrugia3-4/+11
2018-10-26Update documentationMark Farrugia4-16/+70
2018-10-26Adding github preview extensions for vs codeJames O'Shannessy1-0/+1
2018-10-26Update README.mdJames O'Shannessy2-13/+14
2018-10-26Updating Introduction docJames O'Shannessy2-4/+18
2018-10-26Fixing table of contents in README documentationJames O'Shannessy5-1/+5
2018-10-26Adding table of for contents for README documentationJames O'Shannessy1-10/+1
2018-10-26Updating build instructionsJames O'Shannessy4-106/+45
2018-10-26Changes to readme filesJames O'Shannessy1-20/+4
2018-10-26Added load/unload documentation.James O'Shannessy1-0/+10
2018-10-26Committing usage documentJames O'Shannessy1-0/+70
2018-10-26Updating build instructionsJames O'Shannessy1-4/+20
2018-10-26Changes to readme filesJames O'Shannessy2-0/+57
2018-10-26Add docs folder for in depth breakdown of module.James O'Shannessy3-0/+0
2018-10-26Update VSC tasks, XDS confMark Farrugia2-74/+64
2018-10-26Add working loopback implementation, helper scriptsMark Farrugia5-185/+1013
2018-10-26Fix DO_AUDIOPATH_CB, remove unused PCM cbs for nowMark Farrugia2-67/+51
2018-10-26Remove remaining blocksize associated calcsMark Farrugia1-4/+0
2018-10-26Make Audio Path searching dynamic againMark Farrugia1-3/+3
2018-10-26Refactor avirt_card_register, move PCM creation to it.Mark Farrugia4-31/+56
2018-10-26Add card to the configure callbackMark Farrugia2-4/+5
2018-10-26Refactor to use new DINFO macrosMark Farrugia4-30/+51
2018-10-26Fix issue with 'map' configfs storeMark Farrugia1-1/+3
2018-10-26Remove blocksize from audiopathMark Farrugia6-28/+24
2018-10-26Move 'streams_sealed' to avirt_coreMark Farrugia3-9/+30
2018-10-26Ensure no buffer overflow when setting card descriptionMark Farrugia2-5/+8
2018-10-26Clean up sound card on module exitMark Farrugia1-0/+1
2018-10-26Fix scripts, move all to scripts folderMark Farrugia3-0/+10
2018-10-26Update README.mdMark Farrugia2-31/+65
2018-10-26Add configfs test scriptMark Farrugia1-0/+17
2018-10-26Add configfs interface, revamp stream groupingMark Farrugia9-344/+548
2018-10-26Make pcm_ack staticMark Farrugia1-1/+1
2018-10-26Fix memory freeing of capture/playback streamsMark Farrugia1-4/+4
2018-10-26Refactor top-level AVIRT API to be avirt_<subject>_<action>Mark Farrugia4-17/+17
2018-10-26Create avirt_stream structure in place of old config structuresMark Farrugia8-350/+210
2018-10-26Add 'uid' field to AP, store AP in PCM private data, fix helper macrosMark Farrugia6-56/+79
2018-10-26Fix kernel crash, where kzalloc is not alloc'ing enough memory!Mark Farrugia1-2/+1
2018-10-26Remove configure_pcm function, absorb into pcm_openMark Farrugia1-24/+10
2018-10-26Fix warnings generated by checkpatch.plMark Farrugia5-57/+57
2018-10-26Remove remnant debug printMark Farrugia1-1/+0
2018-10-26Move ALSA info into coreinfo, for export to Audio PathsMark Farrugia5-123/+69
2018-10-26Remove leftover variable 'hw_frame_idx'Mark Farrugia1-7/+3
2018-10-26Remove unused 'buffersize' avirt_alsa_dev_groupMark Farrugia2-14/+0
2018-10-26Remove the unnecessary allocation of substreams in avirt_alsa_dev_groupMark Farrugia3-69/+2
2018-10-26Remove test 'value' parameter from avirt_audiopathMark Farrugia2-2/+0
2018-10-26Add additional NULL checksMark Farrugia2-13/+12