aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-12-17Make card discoverable at module loadflounder_6.0.5flounder_6.0.4flounder/6.0.5flounder/6.0.46.0.56.0.4flounderMark Farrugia1-6/+8
2018-12-13Ensure that PCM callback 'close' is never NULLMark Farrugia1-1/+0
2018-12-13Add build script for AGL without XDSMark Farrugia3-72/+106
2018-11-28Add null check for supplied Audio Path PCM opsflounder_6.0.3flounder/6.0.36.0.3Mark Farrugia1-0/+6
2018-11-23Clear LDFLAGS in Makefileguppy_6.99.1guppy/6.99.16.99.1Mark Farrugia2-1/+2
2018-11-23Fix vmalloc failure for some platformsMark Farrugia1-5/+2
2018-11-23Remove rogue info printMark Farrugia1-2/+0
2018-11-20Add missing return on errorMark Farrugia1-0/+2
2018-11-20Ensure snd_avirt_private_free is not called if NULLMark Farrugia1-4/+4
2018-11-20Fix missing 'close' PCM callbackMark Farrugia1-0/+17
2018-11-13Rework PCM ops callback mechanismMark Farrugia6-240/+73
2018-11-13Refactor/tidy snd_avirt_private_dataMark Farrugia3-10/+11
2018-11-09Only call 'configure' cb if there are streams for Audio Pathflounder_6.0.2flounder/6.0.26.0.2Mark Farrugia1-5/+5
2018-11-08Add private data structure to PCM for audio path managementJames O'Shannessy3-27/+87
2018-11-02Transform AVIRT into platform driverMark Farrugia2-25/+64
2018-11-02Refactor some variables for better readabilityMark Farrugia2-10/+10
2018-11-01Only expose streams mapped to audiopaths on configure() cbMark Farrugia5-101/+106
2018-10-31Remove coreinfo, absorb version info into coreMark Farrugia5-28/+12
2018-10-30Fix debug print macroMark Farrugia1-1/+1
2018-10-30Add modules and modules_install to MakefileMark Farrugia1-1/+7
2018-10-30Fix .vscode deploy tasksMark Farrugia1-1/+1
2018-10-29Merge remote-tracking branch 'agl/master' into flounderMark Farrugia31-4/+3967
2018-10-26Add missing changes after GitHub rebaseMark Farrugia1-2/+3
2018-10-26Refactor alsa-pcm.c to pcm.cMark Farrugia2-2/+2
2018-10-26Update .clang-formatMark Farrugia1-2/+2
2018-10-26Refactor all avirt_ symbols to have have snd prefix, as per Linux soundMark Farrugia16-313/+325
2018-10-26Refactor core_internal.h to core.hMark Farrugia4-5/+5
2018-10-26Optimize CHK_ macrosMark Farrugia2-17/+9
2018-10-26Move system-leavel header to sound directoryMark Farrugia10-32/+30
2018-10-26Remove unused MODULE_SUPPORTED_DEVICE macros, removed obsolete commentsMark Farrugia4-8/+9
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