summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-03-25alsa-mixer: Support more phantom jacksDavid Henningsson6-0/+35
2013-03-25alsa-mixer: Add path for Headset MicrophoneDavid Henningsson5-4/+105
2013-03-23Revert "conf-parser: Remove redundant feof() call"Tanu Kaskinen1-0/+3
2013-03-22conf-parser: Remove redundant feof() callTanu Kaskinen1-3/+0
2013-03-22loopback: Flush asyncmsgq from the right contextTanu Kaskinen1-13/+31
2013-03-22filter-apply: Fix segfault with moving streamsTanu Kaskinen1-3/+7
2013-03-22loopback: Fix segfault in may_move_to() callbacksTanu Kaskinen1-4/+7
2013-03-21sink-input: Make sure the process_underrun callback is clearedDavid Henningsson1-0/+1
2013-03-21pacat: Fix mode detection for parecordTanu Kaskinen1-1/+1
2013-03-20tests: Move ipacl-tests to TESTS_norunDavid Henningsson1-1/+1
2013-03-20core, alsa: Better drain reportingDavid Henningsson6-33/+139
2013-03-14alsa: Add configuration for NI Traktor Audio 2Tanu Kaskinen2-0/+55
2013-03-13port to gtk+-3.0Marc-Antoine Perennou1-4/+4
2013-03-13pulse: Document the operation state behavior on context disconnection.Tanu Kaskinen2-5/+14
2013-03-13ladspa: Use volume sharing.Tanu Kaskinen2-29/+2
2013-03-13udev: Add tsched_buffer_size module argumentTanu Kaskinen1-18/+41
2013-03-12ltdl-bind-now: Log an error in case of failuresTanu Kaskinen1-0/+1
2013-03-12module: Don't use lt_dlerror(), it's uselessTanu Kaskinen1-1/+7
2013-03-08bluetooth: Never allow microphone output portsDavid Henningsson1-3/+3
2013-03-08bluetooth: Use form factor to set port name and descriptionMikel Astiz1-6/+78
2013-03-08bluetooth: Add specific form factor for phonesMikel Astiz2-8/+22
2013-03-08bluetooth: Use enum to represent form factorsMikel Astiz3-18/+58
2013-03-06modules: Remove obsolete may_move_to callbacksStefan Huber5-59/+0
2013-03-06modules: remove obsolete comment on PA_SOURCE_OUTPUT_DONT_INHIBIT_AUTO_SUSPENDStefan Huber2-4/+0
2013-03-06virtual-source: remove redundant checks and callbacksStefan Huber1-13/+0
2013-03-05modules: add module-remap-sourceStefan Huber2-0/+441
2013-03-01default.pa: Load module-jackdbus-detect with channels=2 by defaultDavid Henningsson1-1/+1
2013-02-22format: Add #defines for enum valuesTanu Kaskinen1-0/+21
2013-02-19alsa-card: Make ELD monitor name a port propertyDavid Henningsson1-0/+72
2013-02-19alsa-mixer: Add possibility to configure ELD deviceDavid Henningsson7-0/+10
2013-02-19alsa-util: Add a function to read ELD infoDavid Henningsson2-0/+76
2013-02-19card: Set initial profile availability stateMikel Astiz1-0/+1
2013-02-19bluetooth: Fix assertion failure if BlueZ crashes during GetPropertiesMikel Astiz1-2/+4
2013-02-18bluetooth: Fix possible adapter duplicatesMikel Astiz1-2/+12
2013-02-18echo-cancel: Enable different sample specs for rec and out streamStefan Huber6-95/+133
2013-02-18bluetooth: Merge all ports into "bluetooth-input" and "bluetooth-output"Mikel Astiz1-227/+81
2013-02-18bluetooth: Use profile availability to auto-switch profilesMikel Astiz1-55/+49
2013-02-18bluetooth: Expose card profile availabilityMikel Astiz1-1/+15
2013-02-18cli: Show card profile availability statusMikel Astiz1-3/+4
2013-02-18card: Add card profile availabilityMikel Astiz3-0/+25
2013-02-18core: Internally deprecate pa_port_available_t to use pa_available_tMikel Astiz12-58/+68
2013-02-18echo-cancel: Do not bypass EC implementation when play stream is emptyStefan Huber1-43/+44
2013-02-16echo-cancel-test: When fopen() fails tell which file failedStefan Huber1-4/+4
2013-02-16echo-cancel-test: Pass aec_args with module argsStefan Huber1-4/+4
2013-02-16echo-cancel-test: Enable debug log levelStefan Huber1-0/+3
2013-02-16add support for MPEG-2 AAC pass-throughAkihiro Tsukada2-0/+4
2013-02-16module: Unload modules in reverse orderDavid Henningsson1-0/+21
2013-02-16bluetooth: Fix thread teardown code orderingTanu Kaskinen1-7/+7
2013-02-16bluetooth: Fix premature acquire attemptsMikel Astiz2-4/+5
2013-02-16idxset: Add pa_idxset_remove_all()Tanu Kaskinen6-37/+25