]> code.delx.au - pulseaudio/history - src/modules/bluetooth/module-bluetooth-device.c
bluetooth: Fix too late assertion
[pulseaudio] / src / modules / bluetooth / module-bluetooth-device.c
2013-06-19 Tanu Kaskinenbluetooth: Fix too late assertion
2013-06-03 Tanu Kaskinenbluetooth: Fix input port description
2013-06-03 Mikel Astizbluetooth: Update to new BlueZ 5 transport acquire...
2013-06-03 João Paulo Rechi... bluetooth: Remove the 'bluez.name' property
2013-06-03 João Paulo Rechi... bluetooth: Use 'Alias' value as the device description
2013-06-03 João Paulo Rechi... bluetooth: Add 'bluez.alias' property
2013-06-03 poljar (Damir Jelić)device-port: Introduce pa_device_port_new_data
2013-06-03 Tanu Kaskinendevice-port: Make it impossible to have dual-direction...
2013-05-21 Mikel Astizbluetooth: Fix missing port->profile association
2013-05-21 Mikel Astizbluetooth: Create ports before card profiles
2013-03-08 David Henningssonbluetooth: Never allow microphone output ports
2013-03-08 Mikel Astizbluetooth: Use form factor to set port name and description
2013-03-08 Mikel Astizbluetooth: Use enum to represent form factors
2013-02-18 Mikel Astizbluetooth: Merge all ports into "bluetooth-input" and...
2013-02-18 Mikel Astizbluetooth: Expose card profile availability
2013-02-18 Mikel Astizcore: Internally deprecate pa_port_available_t to use...
2013-02-16 Tanu Kaskinenbluetooth: Fix thread teardown code ordering
2013-02-16 Mikel Astizbluetooth: Fix premature acquire attempts
2013-02-15 Tanu Kaskinendevice-port: Remove pa_device_port_hashmap_free()
2013-01-29 Mikel Astizbluetooth: Fix potential assertion failure due to unali...
2013-01-24 Mikel Astizbluetooth: Fix potential assertion failure if MTU changes
2013-01-11 Tanu Kaskinenbluetooth: Convert booleans to stdbool.
2013-01-11 Mikel Astizbluetooth: Use stdbool for pa_bool_t
2012-12-19 Tanu Kaskinenbluetooth: Don't free read_smoother in pa__done().
2012-12-19 Mikel Astizbluetooth: Replace acquire param 'start' with 'optional'
2012-12-19 Mikel Astizbluetooth: Call setup_stream() manually
2012-12-19 Mikel Astizbluetooth: Remove D-Bus dependency in module-bluetooth...
2012-12-19 Mikel Astizbluetooth: Use transport state instead of profile states
2012-12-19 Mikel Astizbluetooth: Trivially remove bt_transport_is_acquired()
2012-12-19 Mikel Astizbluetooth: Abstract transport access types inside bluet...
2012-12-19 Mikel Astizbluetooth: Use transport state to update port availability
2012-12-19 Mikel Astizbluetooth: Refactor parsing of profile state changes
2012-12-19 Mikel Astizbluetooth: Move profile_to_string() to bluetooth-util
2012-12-19 Mikel Astizbluetooth: Use bluetooth-util for mic/speaker gain...
2012-12-19 Mikel Astizbluetooth: Abstract microphone gain in transport
2012-12-19 Mikel Astizbluetooth: Connect all hooks during module load/unload
2012-12-19 Mikel Astizbluetooth: Avoid PA_BLUETOOTH_TRANSPORT_HOOK_NREC_CHANGED
2012-12-19 Mikel Astizbluetooth: Avoid PA_BLUETOOTH_TRANSPORT_HOOK_REMOVED
2012-12-19 Mikel Astizbluetooth: Use array to store profile states
2012-12-19 Mikel Astizbluetooth: Move device hooks into pa_bluetooth_hook_t
2012-12-19 Mikel Astizbluetooth: Extend discovery to support multiple hooks
2012-12-19 Mikel Astizbluetooth: Avoid PA_BLUETOOTH_DEVICE_HOOK_REMOVED
2012-12-19 Mikel Astizbluetooth: Remove pa_bluetooth_device_get_transport()
2012-12-19 Mikel Astizbluetooth: Use round() to convert PA<->BT volumes
2012-12-19 Tanu KaskinenLog the reason for every suspend/resume.
2012-12-19 Mikel Astizbluetooth: Handle UUIDs announced later
2012-12-05 Mikel Astizbluetooth: Fix unacquired transports during sink resume
2012-12-04 Mikel Astizbluetooth: Request headset audio during profile switch
2012-12-04 Mikel Astizbluetooth: Do not setup stream before thread starts
2012-12-04 Mikel Astizbluetooth: Trivially refactor to call setup_stream...
2012-11-29 Mikel Astizbluetooth: Merge headset ports into one
2012-11-22 Tanu Kaskinenbluetooth: Unload device module when no audio profiles...
2012-11-16 Arun Raghavanmodules: Micro-optimisation for rewind_requested paths
2012-10-23 Mikel Astizbluetooth: Refactor code to create profile ports
2012-10-23 Mikel Astizbluetooth: Refactor code to create card profiles
2012-10-22 Mikel Astizbluetooth: Hold device pointer while module loaded
2012-10-22 Mikel Astizbluetooth: Self unload module-bluetooth-device
2012-10-22 Mikel Astizbluetooth: Remove const qualifier for device
2012-10-19 Mikel Astizbluetooth: Hold transport pointer while profile set
2012-10-19 Mikel Astizbluetooth: Set to off instead of failing module load
2012-10-19 Mikel Astizbluetooth: Set to off if transport removed
2012-10-19 Mikel Astizbluetooth: Remove const qualifier for transports
2012-10-19 Mikel Astizbluetooth: Check return value of start_thread()
2012-10-19 Mikel Astizbluetooth: Check return value of init_profile()
2012-10-19 Mikel Astizbluetooth: Use assertions when setting off profile
2012-10-18 Mikel Astizbluetooth: Remove stream moving code
2012-10-14 Mikel Astizbluetooth: Unlink sink-sources in stop_thread()
2012-10-14 Mikel Astizbluetooth: Release transport in stop_thread()
2012-10-14 Mikel Astizbluetooth: Don't find device if set profile is off
2012-10-14 Mikel Astizbluetooth: Fix potential assertion failure
2012-10-14 Mikel Astizbluetooth: Trivial function rename
2012-10-06 Chan-yeol Parkbluetooth: Remove ipc.[ch] files in the bluetooth module
2012-09-26 Mikel Astizbluetooth: Let suspend-on-idle request audio in headset
2012-09-26 Mikel Astizbluetooth: Do not switch to HFGW automatically
2012-09-26 Mikel Astizbluetooth: Release transport when not available
2012-09-26 Mikel Astizbluetooth: Acquire transport when becomes available
2012-09-26 Mikel Astizbluetooth: Do not acquire transport during profile...
2012-09-26 Mikel Astizbluetooth: Set profile even if transport not acquired
2012-09-26 Mikel Astizbluetooth: Support port availability flag
2012-09-26 Mikel Astizbluetooth: Config MTU transport after acquire
2012-09-26 Mikel Astizbluetooth: Provide dummy set_port callbacks
2012-09-26 Mikel Astizsink, source: Support creating suspended sinks and...
2012-09-26 Mikel Astizbluetooth: Fix check if transport exists before acquire
2012-09-26 Mikel Astizbluetooth: Fix wrongly set "phone" role for HFGW
2012-09-26 Mikel Astizbluetooth: Refactor code to helper function
2012-09-26 Mikel Astizbluetooth: Refactor parsing of signal PropertyChanged
2012-09-26 Mikel Astizbluetooth: Remove return value of setup_stream()
2012-09-26 Mikel Astizbluetooth: Remove return value of bt_transport_config()
2012-09-06 Luiz Augusto von... bluetooth: Remove built-in/static SBC codec
2012-08-22 Mikel Astizbluetooth: Fix bluetooth.protocol property
2012-08-22 Tanu Kaskinenmemblock: Add pa_memblock_acquire_chunk().
2012-08-21 Mikel Astizbluetooth: Fix missing state checks for a2dp_source
2012-08-21 Mikel Astizbluetooth: Minor style fix
2012-07-28 Mikel Astizbluetooth: Consider different input and output MTU
2012-07-28 Mikel Astizbluetooth: Minor style fixes
2012-07-22 Mikel Astizbluetooth: Don't use the old socket IPC mechanism with...
2012-06-29 Tanu Kaskinencard: Ensure that there's always at least one profile.
2012-06-29 Tanu Kaskinensink, source: Always create a hashmap for ports.
2012-06-15 Frédéric Danisbluetooth: Fix bluetooth.nrec property not updated
2012-06-08 poljarbluetooth: Add ports to the bluetooth sink/source
next