summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sndfile: handle sndfiles with s24 formatWim Taymans2022-11-101-4/+4
* Propagate return value from pa_pstream_attach_memfd_shmidAlistair Leslie-Hughes2022-10-191-1/+2
* bluetooth: Add 20dB boost for faststream source volumeIgor V. Kovalenko2022-10-173-0/+53
* bluetooth: Handle fragmented faststream framesIgor V. Kovalenko2022-10-171-13/+61
* bluetooth: Use stereo sample spec for faststream backchannelIgor V. Kovalenko2022-10-171-4/+17
* bluetooth: Add faststream codecIgor V. Kovalenko2022-10-177-27/+482
* bluetooth: Do not use hardware volume control for A2DP backchannelIgor V. Kovalenko2022-10-171-1/+18
* bluetooth: Free memblock after codec errorsIgor V. Kovalenko2022-10-171-0/+3
* pactl: SUBSCRIBE add a newline after every json messageacheronfail2022-09-271-1/+1
* time-smoother-2: Fix stream time when stream starts pausedGeorg Chini2022-08-251-1/+1
* backend-native: Remove uninformative "Profile unavailable" debug messageMarijn Suijten2022-08-161-1/+0
* backend-native: Update all CIND indicatorsMarijn Suijten2022-08-161-4/+1
* Revert "bluez5-util: move pa_bluetooth_discovery to header"Marijn Suijten2022-08-163-25/+24
* backend-native: Add backend pointer to transport_dataMarijn Suijten2022-08-163-11/+23
* backend-native: Fix indentation and whitespace styleMarijn Suijten2022-08-161-21/+20
* meson.build: fix build without C++Fabrice Fontaine2022-08-151-0/+2
* bluetooth: hook up UPower backendDylan Van Assche2022-08-012-7/+86
* bluetooth: add UPower backendDylan Van Assche2022-08-013-1/+342
* bluetooth: add AT+BIA supportDylan Van Assche2022-08-011-9/+89
* bluez5-util: move pa_bluetooth_discovery to headerDylan Van Assche2022-08-013-24/+25
* raop-client: Fix typoPeter Meerwald-Stadler2022-07-181-1/+1
* volume: Fix typoPeter Meerwald-Stadler2022-07-181-1/+1
* module-tunnel: Fix typosPeter Meerwald-Stadler2022-07-181-2/+2
* module-combine-sink: Fix indentationPeter Meerwald-Stadler2022-07-181-1/+1
* module-combine-sink: Use fabs() instead of abs() for doublePeter Meerwald-Stadler2022-07-181-1/+2
* build-sys: meson: Move qpaeq to daemon buildIgor V. Kovalenko2022-07-181-4/+4
* build-sys: Add missing libatomic_ops dependenciesNicolas Cavallari2022-07-184-10/+10
* alsa-mixer: extend pa_alsa_mixer_find with the subdevice checkJaroslav Kysela2022-07-181-4/+8
* alsa-mixer: fix the re-attach code for the mixer control elementJaroslav Kysela2022-07-182-11/+52
* alsa-ucm: remove extra space from the device.intended_roles propertyJaroslav Kysela2022-06-291-4/+9
* alsa-ucm: Create multiple profiles per verb for conflicting devicesAlper Nebi Yasak2022-06-281-21/+99
* alsa-ucm: Disable old devices when switching profiles of same verbAlper Nebi Yasak2022-06-281-5/+21
* alsa-ucm: Make mapping UCM contexts have only one modifierAlper Nebi Yasak2022-06-282-23/+16
* alsa-ucm: Make mapping UCM contexts have only one deviceAlper Nebi Yasak2022-06-282-69/+35
* alsa-ucm: Make ports store only one deviceAlper Nebi Yasak2022-06-284-108/+26
* alsa-ucm: Remove combination port generation logicAlper Nebi Yasak2022-06-283-105/+48
* alsa-ucm: Make one input/output mapping per UCM deviceAlper Nebi Yasak2022-06-281-10/+4
* alsa-ucm: Split out helpers for device set name, description, priorityAlper Nebi Yasak2022-06-281-35/+118
* alsa-ucm: Fix device conformance checkAlper Nebi Yasak2022-06-281-3/+12
* alsa-ucm: Rewrite conformant device group generation with idxsetsAlper Nebi Yasak2022-06-281-91/+61
* alsa-ucm: Split profile creation into verb and profile partsAlper Nebi Yasak2022-06-281-18/+42
* alsa-ucm: Make mapping creation independent from indvidual profilesAlper Nebi Yasak2022-06-281-11/+15
* alsa-ucm: Stop conflating profile name with UCM verb nameAlper Nebi Yasak2022-06-281-19/+28
* alsa-ucm: Let profiles know their associated UCM verbAlper Nebi Yasak2022-06-283-14/+16
* alsa-ucm: Set profiles by their struct instance, not their nameJaroslav Kysela2022-06-283-12/+10
* alsa-ucm: Add enable, disable, status helpers for devicesAlper Nebi Yasak2022-06-281-18/+63
* alsa-ucm: Make modifiers track conflicting/supported devices as idxsetsAlper Nebi Yasak2022-06-282-36/+42
* alsa-ucm: Always create device conflicting/supported device idxsetsAlper Nebi Yasak2022-06-281-37/+27
* idxset: Add reverse iteration functionsAlper Nebi Yasak2022-06-282-6/+123
* idxset: Add set comparison operationsAlper Nebi Yasak2022-06-282-0/+46