summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-10-23core: Slightly more helpful pa_cstrerror for unknown errorsThomas Martitz1-2/+3
2012-10-23pacat: Replace read(), write() with pa_* equivalent.Thomas Martitz1-3/+5
2012-10-23core: Transparently handle non-blocking sockets on WindowsThomas Martitz1-4/+32
2012-10-23pacat: Enable binary mode on Windows.Thomas Martitz1-0/+4
2012-10-22bluetooth: Hold device pointer while module loadedMikel Astiz1-28/+15
2012-10-22bluetooth: Self unload module-bluetooth-deviceMikel Astiz2-4/+22
2012-10-22bluetooth: Add hook to tell device was removedMikel Astiz2-0/+18
2012-10-22bluetooth: Remove const qualifier for deviceMikel Astiz3-11/+11
2012-10-22alsa-sink/source: Warn for scheduling delaysDavid Henningsson2-4/+32
2012-10-22daemon: Fix redundant redeclaration warningPeter Meerwald1-4/+0
2012-10-19modargs: New function: pa_modargs_get_value_double().Flavio Ceolin2-0/+17
2012-10-19bluetooth: Hold transport pointer while profile setMikel Astiz1-34/+23
2012-10-19bluetooth: Set to off instead of failing module loadMikel Astiz1-2/+9
2012-10-19bluetooth: Set to off if transport removedMikel Astiz1-0/+19
2012-10-19bluetooth: Add hook to tell transport was removedMikel Astiz2-1/+5
2012-10-19bluetooth: Remove const qualifier for transportsMikel Astiz3-9/+9
2012-10-19bluetooth: Check return value of start_thread()Mikel Astiz1-2/+2
2012-10-19bluetooth: Check return value of init_profile()Mikel Astiz1-1/+9
2012-10-19bluetooth: Use assertions when setting off profileMikel Astiz1-2/+1
2012-10-19core: Fix a litte-endian bug in ARM svolume codeArun Raghavan1-0/+21
2012-10-19core: Document ARM-optimised svolume code a bitArun Raghavan1-7/+7
2012-10-19tests: Minor cpu-test reorganisationArun Raghavan1-1/+3
2012-10-19tests: Factor out ARM svolume test into cpu-testArun Raghavan2-86/+39
2012-10-19core: Separate ARM CPU detection from initialisationArun Raghavan2-2/+11
2012-10-18bluetooth: Remove stream moving codeMikel Astiz1-21/+0
2012-10-16cli: Output asterisk when default sink/source is foundDavid Henningsson1-4/+9
2012-10-14bluetooth: Unlink sink-sources in stop_thread()Mikel Astiz1-16/+8
2012-10-14bluetooth: Release transport in stop_thread()Mikel Astiz1-18/+6
2012-10-14bluetooth: Don't find device if set profile is offMikel Astiz1-23/+21
2012-10-14bluetooth: Fix potential assertion failureMikel Astiz1-4/+4
2012-10-14bluetooth: Trivial function renameMikel Astiz1-2/+2
2012-10-14bluetooth: Ignore Device.DisconnectRequestedMikel Astiz1-18/+0
2012-10-06bluetooth: Remove ipc.[ch] files in the bluetooth moduleChan-yeol Park4-321/+66
2012-10-04tests: make 'check' optionalDeng Zhengrong1-0/+14
2012-10-04alsa-mixer: Remove analog-output-lfe-on-monoDavid Henningsson6-118/+28
2012-10-03alsa-mixer: Cache failure to open inputs/output mappingsDavid Henningsson1-4/+50
2012-09-26bluetooth: Add port availability transition policiesMikel Astiz1-0/+92
2012-09-26bluetooth: Let suspend-on-idle request audio in headsetMikel Astiz1-2/+24
2012-09-26bluetooth: Do not switch to HFGW automaticallyMikel Astiz1-16/+0
2012-09-26bluetooth: Release transport when not availableMikel Astiz1-0/+19
2012-09-26bluetooth: Acquire transport when becomes availableMikel Astiz1-0/+18
2012-09-26bluetooth: Do not acquire transport during profile changeMikel Astiz1-0/+38
2012-09-26bluetooth: Set profile even if transport not acquiredMikel Astiz2-25/+56
2012-09-26bluetooth: Support port availability flagMikel Astiz1-5/+67
2012-09-26bluetooth: Config MTU transport after acquireMikel Astiz1-19/+36
2012-09-26bluetooth: Provide dummy set_port callbacksMikel Astiz1-0/+10
2012-09-26sink, source: Support creating suspended sinks and sourcesMikel Astiz5-6/+20
2012-09-26bluetooth: Fix check if transport exists before acquireMikel Astiz1-0/+5
2012-09-26bluetooth: Fix using garbage memoryMikel Astiz1-1/+1
2012-09-26bluetooth: Fix wrongly set "phone" role for HFGWMikel Astiz1-1/+1