summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-19qpaeq: Try to load equalizer module before failing, better error messagesMatěj Laitl1-2/+20
2012-12-19bluetooth: Make pa_bt_audio_state_from_string() private.Tanu Kaskinen2-3/+2
2012-12-19bluetooth: Improve transport state change log message.Tanu Kaskinen1-2/+16
2012-12-19bluetooth: Replace acquire param 'start' with 'optional'Mikel Astiz1-9/+9
2012-12-19bluetooth: Call setup_stream() manuallyMikel Astiz1-15/+11
2012-12-19bluetooth: Remove D-Bus dependency in module-bluetooth-deviceMikel Astiz1-101/+2
2012-12-19bluetooth: Use transport state instead of profile statesMikel Astiz2-3/+14
2012-12-19bluetooth: Refactor dependency to org.bluez.AudioMikel Astiz1-6/+12
2012-12-19bluetooth: Trivially remove bt_transport_is_acquired()Mikel Astiz1-16/+6
2012-12-19bluetooth: Abstract transport access types inside bluetooth-utilMikel Astiz3-27/+26
2012-12-19bluetooth: Use transport state to update port availabilityMikel Astiz2-94/+53
2012-12-19bluetooth: Refactor parsing of profile state changesMikel Astiz1-30/+55
2012-12-19bluetooth: Move profile_to_string() to bluetooth-utilMikel Astiz3-19/+22
2012-12-19bluetooth: Use bluetooth-util for mic/speaker gain controlMikel Astiz1-36/+58
2012-12-19bluetooth: Abstract speaker gain in transportMikel Astiz2-0/+28
2012-12-19bluetooth: Abstract microphone gain in transportMikel Astiz3-1/+61
2012-12-19echo-cancel: Fix null implementation to setup one channelStefan Huber1-0/+2
2012-12-19echo-cancel: Fix apply_diff_time() to use correct sample specStefan Huber1-2/+2
2012-12-19role-ducking: Apply a ducking effect based on streams rolesFlavio Ceolin2-1/+332
2012-12-19man: Document the possiblity of unloading modules by name in pulse-cli-syntax.Tanu Kaskinen1-3/+3
2012-12-19core-util: Improve get_path() documentationTanu Kaskinen1-3/+3
2012-12-19bluetooth: Connect all hooks during module load/unloadMikel Astiz1-25/+21
2012-12-19bluetooth: Remove prefixing from static functions.Tanu Kaskinen1-5/+5
2012-12-19bluetooth: Remove deprecated transport hooksMikel Astiz2-21/+0
2012-12-19bluetooth: Avoid PA_BLUETOOTH_TRANSPORT_HOOK_NREC_CHANGEDMikel Astiz1-10/+12
2012-12-19bluetooth: Avoid PA_BLUETOOTH_TRANSPORT_HOOK_REMOVEDMikel Astiz1-11/+11
2012-12-19bluetooth: Add transport hooks into pa_bluetooth_hook_tMikel Astiz2-0/+12
2012-12-19bluetooth: Add state to transport objectsMikel Astiz2-0/+33
2012-12-19bluetooth: Refactor parse_audio_property() to support more propertiesMikel Astiz1-30/+29
2012-12-19bluetooth: Use array to store profile statesMikel Astiz3-91/+65
2012-12-19bluetooth: Move device hooks into pa_bluetooth_hook_tMikel Astiz3-25/+22
2012-12-19bluetooth: Extend discovery to support multiple hooksMikel Astiz4-13/+28
2012-12-19bluetooth: Avoid PA_BLUETOOTH_DEVICE_HOOK_REMOVEDMikel Astiz1-20/+5
2012-12-19bluetooth: Check if BlueZ tries to set the configuration twice for the same t...Tanu Kaskinen1-1/+7
2012-12-19bluetooth: Remove pa_bluetooth_device_get_transport()Mikel Astiz3-11/+2
2012-12-19bluetooth: Use transport array instead of hashmap for devicesMikel Astiz2-15/+20
2012-12-19bluetooth: Add transport hashmap to discoveryMikel Astiz1-18/+17
2012-12-19bluetooth: Use round() to convert PA<->BT volumesMikel Astiz1-30/+7
2012-12-19bluetooth: Add device pointer to transportMikel Astiz2-8/+11
2012-12-19bluetooth: Remove unused pa_bluetooth_discovery_get_transport()Mikel Astiz2-17/+0
2012-12-19bluetooth: Make pa_bluetooth_transport_parse_property() privateMikel Astiz2-3/+1
2012-12-19bluetooth: Fix condition to load moduleMikel Astiz1-5/+5
2012-12-19modargs: Adding pa_modargs_get_value_volume()Flavio Ceolin2-0/+18
2012-12-19sink-input: New volume_factor systemFlavio Ceolin3-35/+165
2012-12-19card-restore: Log the restored profile name.Tanu Kaskinen1-1/+1
2012-12-19Log the reason for every suspend/resume.Tanu Kaskinen12-25/+76
2012-12-19esound: Suspend/resume also sources on STANDBY/RESUME commands.Tanu Kaskinen1-4/+6
2012-12-19mainloop: Check pa_write() return value.Tanu Kaskinen1-1/+4
2012-12-19mainloop: Remove redundant wakeup_pipe validity checks.Tanu Kaskinen1-14/+7
2012-12-19bluetooth: Add support for transport created by external profileLuiz Augusto von Dentz2-5/+10