summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* echo-cancel: Fix macOS buildWeijia Wang2023-03-221-2/+9
* alsa: ucm: Fix spurious mixer path removal on initial profile setHector Martin2023-03-191-2/+5
* alsa-ucm: Fix more instances of profile-verb conflationAlper Nebi Yasak2023-03-192-18/+18
* alsa-ucm: Consider devices using the same PCM as incompatibleAlper Nebi Yasak2023-03-191-2/+17
* alsa-ucm: Disable old modifiers when switching profiles of same verbAlper Nebi Yasak2023-03-191-2/+15
* alsa-ucm: Add enable, disable, status helpers for modifiersAlper Nebi Yasak2023-03-191-14/+54
* switch-on-connect: Do not overwrite user configured default sink/sourceGeorg Chini2023-03-161-4/+4
* alsa-util: Fix pa_alsa_get_supported_formats fallback.Igor V. Kovalenko2023-02-251-31/+31
* alsa-util: Perform format and rate detection before setting HW paramsIgor V. Kovalenko2023-02-256-12/+46
* alsa-profiles: rename mappings for Xonar SEAtaberk Özen2023-02-201-4/+2
* alsa-profiles: import Asus Xonar SE profile from pipewireAtaberk Özen2023-02-202-0/+96
* pstream: Pass frame size to keep split memblock parts alignedIgor V. Kovalenko2023-02-101-1/+1
* bluetooth: Do not attempt decoding too short faststream packet dataIgor V. Kovalenko2023-02-101-0/+5
* rtp-recv: Use getaddrinfo to improve support for ipv6.Alistair Leslie-Hughes2023-02-081-0/+38
* rtp-send: Use getaddrinfo to improve support for ipv6 on source addressAlistair Leslie-Hughes2023-02-081-0/+37
* tunnel-sink-new: Fix hang when used in combination with module-combine-sinkGeorg Chini2023-02-072-12/+24
* bluetooth: Amend writeout to send more initial framesIgor V. Kovalenko2023-02-061-2/+8
* alsa-util: Add more standard sample rates.Igor V. Kovalenko2023-02-061-1/+2
* alsa-util: Dump probed ratesIgor V. Kovalenko2023-02-061-0/+19
* rtp-send: Use getaddrinfo to improve support for ipv6.Alistair Leslie-Hughes2023-01-211-0/+42
* stream-interaction: Fix regression when a trigger role is also a cork roleGeorg Chini2023-01-211-7/+28
* stream-interaction: Extend trigger groups to module-role-corkGeorg Chini2023-01-211-24/+30
* backend-native: Fix parsing comma-delimited responseIgor V. Kovalenko2023-01-191-2/+2
* build-sys: Fix macOS buildShunsuke Shimizu2022-12-071-4/+17
* module-combine-sink: Suspend while unloading to fix crash moving sinksIgor V. Kovalenko2022-11-271-0/+3
* module-combine-sink: Do not set up rate adjustment timer at load timeIgor V. Kovalenko2022-11-271-3/+0
* backend-native: Fix stack corruption reading RFCOMM AT+BIA= responseIgor V. Kovalenko2022-11-261-3/+8
* 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
* 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
* 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: Add missing libatomic_ops dependenciesNicolas Cavallari2022-07-181-3/+3
* 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