summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)AuthorFilesLines
14 daysbuild-sys: Fix running on macOSHEADmasterMohamed Akram1-0/+7
2024-03-18Don't log battery level and dock status every minuteMartin Tournoij1-2/+2
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-08-12alsa-mixer: Respect XDG base directory spec when loading profile setsSimonP1-29/+33
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-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 Chini1-4/+4
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. Kovalenko1-1/+1
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-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. Kovalenko1-1/+2
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-07build-sys: Fix macOS buildShunsuke Shimizu1-4/+17
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
2022-10-17bluetooth: Add 20dB boost for faststream source volumeIgor V. Kovalenko3-0/+53
2022-10-17bluetooth: Handle fragmented faststream framesIgor V. Kovalenko1-13/+61
2022-10-17bluetooth: Use stereo sample spec for faststream backchannelIgor V. Kovalenko1-4/+17
2022-10-17bluetooth: Add faststream codecIgor V. Kovalenko7-27/+482
2022-10-17bluetooth: Do not use hardware volume control for A2DP backchannelIgor V. Kovalenko1-1/+18
2022-10-17bluetooth: Free memblock after codec errorsIgor V. Kovalenko1-0/+3
2022-08-16backend-native: Remove uninformative "Profile unavailable" debug messageMarijn Suijten1-1/+0
2022-08-16backend-native: Update all CIND indicatorsMarijn Suijten1-4/+1
2022-08-16Revert "bluez5-util: move pa_bluetooth_discovery to header"Marijn Suijten3-25/+24
2022-08-16backend-native: Add backend pointer to transport_dataMarijn Suijten3-11/+23
2022-08-16backend-native: Fix indentation and whitespace styleMarijn Suijten1-21/+20
2022-08-15meson.build: fix build without C++Fabrice Fontaine1-0/+2
2022-08-01bluetooth: hook up UPower backendDylan Van Assche2-7/+86
2022-08-01bluetooth: add UPower backendDylan Van Assche3-1/+342
2022-08-01bluetooth: add AT+BIA supportDylan Van Assche1-9/+89