summaryrefslogtreecommitdiff
path: root/spa/plugins/alsa/alsa-sink.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-21names: add standard factory name definitionsWim Taymans1-1/+2
2019-06-06simply use INTERFACE_Loop for the main-loopWim Taymans1-6/+11
2019-06-03spa: add keys for propertiesWim Taymans1-6/+9
2019-05-31monitor: return factory_name in the object_infoWim Taymans1-2/+2
2019-05-30add device.api propertyWim Taymans1-0/+1
2019-05-28spa: implement node syncWim Taymans1-0/+13
2019-05-28spa: add result typeWim Taymans1-2/+2
2019-05-23interface: add an interface structiface2Wim Taymans1-65/+51
2019-05-23alsa: handle alsa-lib 1.1.9Wim Taymans1-1/+1
2019-05-15hook: separate spa_callbacks from the hookWim Taymans1-1/+1
2019-05-15hooks: use hook to implement the callbacksWim Taymans1-2/+1
2019-04-24alsa: handle master/slave changesWim Taymans1-0/+2
2019-04-11alsa: rework source a little in the case of slaveWim Taymans1-1/+1
2019-03-21Add FASTPATH trace logWim Taymans1-2/+2
2019-03-01node: make add_listener methodWim Taymans1-24/+45
2019-02-27node: add port and node paramsWim Taymans1-50/+43
2019-02-25Improve async handlingWim Taymans1-36/+27
2019-02-21node: improve pending resultsWim Taymans1-2/+2
2019-02-21node: improve async handlingasyncWim Taymans1-36/+48
2019-02-18node: add props to add_portWim Taymans1-1/+2
2019-02-18interfaces: improve remote APIWim Taymans1-1/+16
2019-02-14node: add max_ports to node infoWim Taymans1-4/+5
2019-02-14node: Add port_info eventWim Taymans1-83/+41
2019-02-13node: remove port_send_commandWim Taymans1-9/+0
2019-02-13node: pass struct to info callback to make it more extensibleWim Taymans1-2/+9
2019-02-08reorganize some struct members to remove holesWim Taymans1-4/+1
2019-01-24mem: align memory to requested alignmentWim Taymans1-2/+0
2019-01-22pod: improve parser and builderWim Taymans1-0/+3
2019-01-16alsa: mark properties are optionalWim Taymans1-3/+3
2019-01-16pod: improve the vararg pod builder and parserWim Taymans1-65/+53
2019-01-07buffer: remove buffer idWim Taymans1-0/+1
2019-01-07fix sign confusionWim Taymans1-1/+1
2018-12-12alsa: set stride to frame sizeWim Taymans1-2/+3
2018-11-26node: remove info from node interfaceWim Taymans1-11/+10
2018-11-23alsa: implement monitor and deviceWim Taymans1-1/+1
2018-11-19alsa: reduce start latencyWim Taymans1-1/+1
2018-11-16alsa: rework timingWim Taymans1-4/+14
2018-11-12alsa: set buffer_id in io to INVALID when in useWim Taymans1-0/+1
2018-11-09alsa: add dll to estimate clock driftWim Taymans1-5/+0
2018-11-05Relicense as MIT/X11Wim Taymans1-13/+18
2018-10-24alsa: implement set_io and handle position ioWim Taymans1-11/+17
2018-10-23add node set_io functionWim Taymans1-0/+6
2018-10-02node: remove and add node from graph in idle/runningWim Taymans1-1/+3
2018-09-05Type changesWim Taymans1-43/+55
2018-08-29format: make helper function to parse media typeWim Taymans1-11/+2
2018-08-28Implement control streamsWim Taymans1-3/+3
2018-08-27More type cleanupsWim Taymans1-20/+20
2018-08-25More type fixesWim Taymans1-25/+25
2018-08-24types: work on typesWim Taymans1-3/+3
2018-08-23Remove dynamic typesWim Taymans1-143/+132