aboutsummaryrefslogtreecommitdiffstats
path: root/configfs.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-08Introduce 'unconfigure' callbackMark Farrugia1-5/+4
2019-04-08Refactor 'sealed' to 'configured'Mark Farrugia1-12/+15
2019-04-01Add 'internal' streams for routing, revamp stream finalisationMark Farrugia1-8/+35
2019-03-27Rework routing systemMark Farrugia1-40/+113
2019-03-01Restructure streams_seal algorithm, formatting fixes.Mark Farrugia1-2/+4
2019-03-01Add ability to route audio between audio pathsMark Farrugia1-39/+215
2019-02-13Ensure number of channels in configfs is greater than 0Mark Farrugia1-1/+1
2019-01-29Rework setting the AVIRT map, and stream creationMark Farrugia1-6/+1
2019-01-04Create PCM devices as soon as the AVIRT map is setguppy_6.99.4guppy/6.99.46.99.4Mark Farrugia1-0/+5
2018-10-26Refactor all avirt_ symbols to have have snd prefix, as per Linux soundMark Farrugia1-55/+61
2018-10-26Refactor core_internal.h to core.hMark Farrugia1-2/+2
2018-10-26Move system-leavel header to sound directoryMark Farrugia1-1/+2
2018-10-26Remove unused MODULE_SUPPORTED_DEVICE macros, removed obsolete commentsMark Farrugia1-2/+0
2018-10-26Update license headersMark Farrugia1-5/+5
2018-10-26Refactor avirt_card_register, move PCM creation to it.Mark Farrugia1-6/+1
2018-10-26Refactor to use new DINFO macrosMark Farrugia1-9/+15
2018-10-26Fix issue with 'map' configfs storeMark Farrugia1-1/+3
2018-10-26Move 'streams_sealed' to avirt_coreMark Farrugia1-6/+2
2018-10-26Ensure no buffer overflow when setting card descriptionMark Farrugia1-2/+4
2018-10-26Add configfs interface, revamp stream groupingMark Farrugia1-0/+229