summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-04-05cli-command: Fix wrong condition check of pa_module_loadHEADmasterkwangshik.kim1-2/+2
2024-03-22tests: Don't run volume tests with impossible alignmentsArun Raghavan1-17/+16
2024-03-18Don't log battery level and dock status every minuteMartin Tournoij1-2/+2
2024-01-30tests: remove check2 timeouts in favor of mesonmatoro20-32/+1
2024-01-12alsa-ucm: Replace port device UCM context assertion with an errorAlper Nebi Yasak1-2/+12
2024-01-12alsa-ucm: Check UCM verb before working with device statusAlper Nebi Yasak1-0/+30
2024-01-05backend-native: Handle multi AT commands in a bufferHui Wang1-81/+95
2023-11-12Fix crash running in restricted environment.Igor V. Kovalenko1-1/+1
2023-10-25memblockq: Adjust tail chunk offset into memblock after splitIgor V. Kovalenko2-0/+51
2023-08-13shm: allow for older versions of Linux without MFD_NOEXEC_SEALRudi Heitbaum1-0/+4
2023-08-12alsa-mixer: Respect XDG base directory spec when loading profile setsSimonP2-30/+34
2023-08-12shm: use MFD_NOEXEC_SEAL for shared memoryRudi Heitbaum2-1/+5
2023-05-25echo-cancel: add webrtc AEC3 supportEero Nurkkala1-320/+113
2023-05-25echo-cancel-test: Drop references to internal message queueArun Raghavan1-2/+0
2023-04-21daemon/meson.build: Install dbus policy in /usr, not /etcGioele Barabucci1-1/+1
2023-03-25pactl, pacmd: Allow to unset the configured default sink or sourceGeorg Chini2-11/+25
2023-03-22echo-cancel: Fix macOS buildWeijia Wang1-2/+9
2023-03-19alsa: ucm: Fix spurious mixer path removal on initial profile setHector Martin1-2/+5
2023-03-19alsa-ucm: Fix more instances of profile-verb conflationAlper Nebi Yasak2-18/+18
2023-03-19alsa-ucm: Consider devices using the same PCM as incompatibleAlper Nebi Yasak1-2/+17
2023-03-19alsa-ucm: Disable old modifiers when switching profiles of same verbAlper Nebi Yasak1-2/+15
2023-03-19alsa-ucm: Add enable, disable, status helpers for modifiersAlper Nebi Yasak1-14/+54
2023-03-16switch-on-connect: Do not overwrite user configured default sink/sourceGeorg Chini3-11/+131
2023-03-16meson: Add DEF file to export APIs in WindowsBiswapriyo Nath2-2/+383
2023-02-26memblockq: Drop check for chunk index alignment, require aligned lengthIgor V. Kovalenko2-4/+3
2023-02-25alsa-util: Fix pa_alsa_get_supported_formats fallback.Igor V. Kovalenko1-31/+31
2023-02-25alsa-util: Perform format and rate detection before setting HW paramsIgor V. Kovalenko6-12/+46
2023-02-20alsa-profiles: rename mappings for Xonar SEAtaberk Özen1-4/+2
2023-02-20alsa-profiles: import Asus Xonar SE profile from pipewireAtaberk Özen2-0/+96
2023-02-10pstream: Pass frame size to keep split memblock parts alignedIgor V. Kovalenko5-7/+16
2023-02-10bluetooth: Do not attempt decoding too short faststream packet dataIgor V. Kovalenko1-0/+5
2023-02-08rtp-recv: Use getaddrinfo to improve support for ipv6.Alistair Leslie-Hughes1-0/+38
2023-02-08rtp-send: Use getaddrinfo to improve support for ipv6 on source addressAlistair Leslie-Hughes1-0/+37
2023-02-08resampler: Fix oversized memblock pushed from resamplerIgor V. Kovalenko1-3/+7
2023-02-07tunnel-sink-new: Fix hang when used in combination with module-combine-sinkGeorg Chini2-12/+24
2023-02-06bluetooth: Amend writeout to send more initial framesIgor V. Kovalenko1-2/+8
2023-02-06alsa-util: Add more standard sample rates.Igor V. Kovalenko2-2/+3
2023-02-06alsa-util: Dump probed ratesIgor V. Kovalenko1-0/+19
2023-01-21rtp-send: Use getaddrinfo to improve support for ipv6.Alistair Leslie-Hughes1-0/+42
2023-01-21stream-interaction: Fix regression when a trigger role is also a cork roleGeorg Chini1-7/+28
2023-01-21stream-interaction: Extend trigger groups to module-role-corkGeorg Chini1-24/+30
2023-01-19backend-native: Fix parsing comma-delimited responseIgor V. Kovalenko1-2/+2
2022-12-30time-smoother-2: Fix time calculation by comparing timestampsflyingOwl1-1/+2
2022-12-14pulsecore: Set errno before calling readAlistair Leslie-Hughes1-0/+1
2022-12-10proplist-util: Don't assume gdkx is there as gtk could be built without itMart Raudsepp1-1/+5
2022-12-07build-sys: Fix macOS buildShunsuke Shimizu5-24/+45
2022-12-06pactl: Stop a crash when setting the volume which is out of rangeAlistair Leslie-Hughes1-2/+16
2022-11-27module-combine-sink: Suspend while unloading to fix crash moving sinksIgor V. Kovalenko1-0/+3
2022-11-27module-combine-sink: Do not set up rate adjustment timer at load timeIgor V. Kovalenko1-3/+0
2022-11-26backend-native: Fix stack corruption reading RFCOMM AT+BIA= responseIgor V. Kovalenko1-3/+8