summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make gio-2.0 optional when gsettings is disabledYureka2022-08-151-1/+1
* meson.build: fix build without C++Fabrice Fontaine2022-08-152-1/+4
* 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
* meson: fix meson warningsRosen Penev2022-08-011-2/+4
* shell-completion: add new subcommand get-* for zshhashitaku2022-08-011-0/+12
* shell-completion: add new subcommand get-* for bashhashitaku2022-08-011-5/+8
* Translated using Weblate (Georgian)Temuri Doghonadze2022-07-221-2/+2
* Translated using Weblate (German)Joachim Philipp2022-07-221-8/+5
* Translated using Weblate (Georgian)Temuri Doghonadze2022-07-211-75/+103
* Translated using Weblate (Korean)김인수2022-07-181-4/+4
* Translated using Weblate (Georgian)Temuri Doghonadze2022-07-181-174/+176
* Translated using Weblate (Croatian)Gogo Gogsi2022-07-181-11/+19
* 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
* build-sys: Fix atomic support detectionNicolas Cavallari2022-07-181-4/+6
* 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