summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)AuthorFilesLines
2020-06-22sink, source: Use the global configuration for the avoid_resampling defaultTanu Kaskinen2-2/+2
2020-06-20bluetooth: policy: Remove BlueZ 4 related codePali Rohár1-1/+0
2020-06-17alsa ucm: set device port typeJaroslav Kysela2-1/+47
2020-06-17alsa: legacy card - implement device port type parser and assignmentJaroslav Kysela2-30/+101
2020-06-17alsa: legacy card - set available_groupJaroslav Kysela2-0/+50
2020-06-17alsa-ucm: set available_group (use jack name)Jaroslav Kysela1-0/+12
2020-06-17device-port: add type memberJaroslav Kysela3-4/+17
2020-06-17device-port: introduce available_group memberJaroslav Kysela1-3/+9
2020-06-16modules: fix some small memory leaksWim Taymans2-1/+4
2020-06-10alsa-mixer: store the ucm_device with the order of their priorityHui Wang1-1/+14
2020-06-04raop-sink: Fix compiler warningsTanu Kaskinen1-3/+4
2020-06-01stream-restore: Forget pre-14.0 stream routingTanu Kaskinen1-1/+41
2020-06-01stream-restore: Fix a potential crash in pa_namereg_is_valid_name()Tanu Kaskinen1-2/+2
2020-06-01stream-restore: Drop the version field from the entry structTanu Kaskinen1-6/+4
2020-04-10raop: Send initial timing packet to prime UDP connection trackingStefanBruens1-0/+19
2020-04-09stream-restore: Restore preferred device for new streamsGeorg Chini1-2/+6
2020-04-09alsa sink/source: fix the mixer initializationJaroslav Kysela2-7/+7
2020-04-09ucm: fix the port / ucm device activation on bootJaroslav Kysela2-8/+18
2020-03-25alsa-ucm: use the right profile nameWim Taymans1-1/+1
2020-03-20alsa: handle unavailbale HW volume in UCMWim Taymans2-2/+2
2020-03-19bluetooth: Ensure that only one A2DP codec is registered to bluezPali Rohár1-15/+9
2020-03-17ucm: Don't log errors during normal operationTanu Kaskinen1-4/+4
2020-03-01alsa ucm: do not assign JackHWMute when JackControl is missing for the UCM de...Jaroslav Kysela1-0/+4
2020-02-15alsa-ucm: correct the channel default logic (stereo)Jaroslav Kysela1-3/+10
2020-02-14alsa: Document that mixer elements can be identified by a combination of name...Tanu Kaskinen4-5/+8
2020-01-13virtual sources: Propagate asyncmsgq change after source-output moveGeorg Chini3-0/+24
2020-01-05virtual-surround-sink: Use correct sample spec with memblockqTanu Kaskinen1-1/+1
2020-01-04virtual-source: Don't process the rewind during requesting itTanu Kaskinen1-14/+1
2020-01-02module-jackdbus-detect: Separate sink/source channels argumentsBen Buchwald1-5/+23
2020-01-02module-jackdbus-detect: Allow omitting channels argumentBen Buchwald1-1/+1
2020-01-02bluetooth: Print SO_TIMESTAMP warning for SCO source only oncePali Rohár1-1/+3
2020-01-02bluetooth: Implement reading SO_TIMESTAMP for A2DP sourcePali Rohár1-2/+31
2019-12-27switch-on-connect: Blacklist HDMI devices by defaultTanu Kaskinen1-1/+14
2019-12-23alsa-ucm: allow to set profile priority from UCM valueJaroslav Kysela2-15/+45
2019-12-23alsa-mixer: improve check for the empty path set for sink/sourceJaroslav Kysela4-9/+26
2019-12-23alsa-mixer: do the quick card number lookup to save mixer instancesJaroslav Kysela2-0/+34
2019-12-23alsa-ucm: add support for HDMI ELDJaroslav Kysela3-22/+113
2019-12-23alsa: rewrite mixer open/close, cache mixer accesses in probeJaroslav Kysela9-149/+175
2019-12-23alsa-mixer: Set the intended-role of Steelseries Arctis 5/7 headset as phoneLaurent Bigonville2-0/+2
2019-12-23alsa-mixer: Add the ability to pass the intended-role to the mappingLaurent Bigonville1-0/+19
2019-12-22raop: Add autoreconnect featureckdo6-64/+292
2019-12-22raop: Code clarification : Only free the I/O thread when everything is initia...ckdo1-1/+1
2019-12-22raop: Code clarification : Detect raop_client recording state in a proper wayckdo3-1/+6
2019-12-22raop: Fix callback call in raop client after auth : only call once everything...ckdo1-2/+3
2019-12-22raop: Fix rewinding handling : process just after request receivedckdo1-5/+5
2019-12-20raop: Allow channel map module argumentRODRIGUEZ Christophe2-2/+7
2019-12-20raop: Fix soft volume not applied on initial volumeckdo1-0/+1
2019-12-18alsa-mixer: handle interface type (CARD,PCM) for mixer element lookupsJaroslav Kysela5-6/+23
2019-12-18alsa-ucm: use the proper mixer name for ucm pcm sink/sourceJaroslav Kysela3-4/+24
2019-12-18alsa-ucm: get the mixer names from ucm, don't guessJaroslav Kysela3-26/+97