Mikel Astiz
33e5802df2
bluetooth: Fix missing state checks for a2dp_source
...
Profile a2dp_source, just like any other card profile, should have
state guards when the profile is being changed. If the BlueZ interface
is not connected, the profile should be set to "off".
2012-08-21 19:50:29 +03:00
Mikel Astiz
d59275599a
bluetooth: Minor style fix
...
Else clause should be in the same line as the closing brace.
2012-08-21 19:24:06 +03:00
Deng Zhengrong
8e0f50c176
tests: fix the wrong library path in check-daemon
2012-08-20 07:27:43 +05:30
Deng Zhengrong
70acd7bf66
tests: modify ipacl-test to use 'check' framework
2012-08-20 07:06:00 +05:30
Deng Zhengrong
deeb0f05b3
tests: modify once-test to use 'check' framework
2012-08-20 07:06:00 +05:30
Deng Zhengrong
b095ebd502
tests: modify lock-autospawn-test to use 'check' framework
2012-08-20 07:06:00 +05:30
Deng Zhengrong
d9841a9431
tests: modify rtpoll-test to use 'check' framework
2012-08-20 07:06:00 +05:30
Deng Zhengrong
c02214dac5
tests: modify sig2str-test to use 'check' framework
2012-08-20 07:05:59 +05:30
Deng Zhengrong
f4dd422c75
tests: modify sigbus-test to use 'check' framework
2012-08-20 07:05:59 +05:30
Deng Zhengrong
034807d6d3
tests: modify interpol-test to use 'check' framework
2012-08-20 07:05:59 +05:30
Deng Zhengrong
23fac14278
tests: modify smoother-test to use 'check' framework
2012-08-20 07:05:59 +05:30
Deng Zhengrong
ca5ea07c42
tests: modify sync-playback to use 'check' framework
2012-08-20 07:05:59 +05:30
Deng Zhengrong
eb15d0c5e2
tests: modify extended-test to use 'check' framework
2012-08-20 07:05:59 +05:30
Deng Zhengrong
a74795f9e3
tests: modify hook-list-test to use 'check' framework
2012-08-20 07:05:59 +05:30
Deng Zhengrong
ef5cf81ff8
tests: modify memblockq-test to use 'check' framework
2012-08-20 07:05:59 +05:30
Deng Zhengrong
d10009fc97
tests: modify proplist-test to use 'check' framework
2012-08-20 07:05:59 +05:30
Deng Zhengrong
67df8223b0
tests: modify memblock-test to use 'check' framework
2012-08-20 07:05:59 +05:30
Deng Zhengrong
2b7fb50935
tests: modify connect-stress to use 'check' framework
2012-08-20 07:05:59 +05:30
Deng Zhengrong
f270fead58
tests: modify queue-test to use 'check' framework
2012-08-20 07:05:59 +05:30
Deng Zhengrong
5f8c22e6f1
tests: modify cpulimit-test to use 'check' framework
2012-08-20 07:05:59 +05:30
Deng Zhengrong
dbf176acbd
tests: modify channelmap-tets to use 'check' framework
2012-08-20 07:05:59 +05:30
Deng Zhengrong
d746225b98
tests: modify asyncq-test to use 'check' framework
2012-08-20 07:05:59 +05:30
Deng Zhengrong
8628990365
tests: modify asyncmsgq-test to new 'check' framework
2012-08-20 07:05:59 +05:30
Deng Zhengrong
1569601864
tests: modify alsa-time-test to use 'check' framework
2012-08-20 07:05:59 +05:30
Deng Zhengrong
4d5c85cfa2
tests: modify thread-mainloop-test to use 'check' framework
2012-08-20 07:05:59 +05:30
Deng Zhengrong
ca104d3467
tests: modify thread-test to use 'check' framework
2012-08-20 07:05:59 +05:30
Deng Zhengrong
a5b438f825
tests: modify get-binary-name-test to use 'check' framework
2012-08-20 07:05:59 +05:30
Deng Zhengrong
8efef1e097
tests: modify format-test to use 'check' framework
2012-08-20 07:05:58 +05:30
Deng Zhengrong
5f2a25b252
tests: modify usergroup-test to use 'check' test framework
2012-08-20 07:05:58 +05:30
Deng Zhengrong
3db18c27d2
tests: modify volume_test to use new 'check' framework
2012-08-20 07:05:58 +05:30
Tanu Kaskinen
9197c0323e
Add comments referring to bug #53709 .
2012-08-19 14:49:27 +03:00
David Henningsson
ff4af902cf
resampler: Fix volume on downmix to mono
...
Patch credit: kwanghui
When downmixing to mono, we should average the signal instead of
summing it to avoid clipping.
BugLink: http://pulseaudio.org/ticket/934
BugLink: https://bugs.launchpad.net/bugs/416190
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
2012-08-15 09:27:48 +02:00
Tanu Kaskinen
9887cd0a28
build-sys: Link utf8-test to libpulsecommon.
...
Fixes this:
/usr/bin/ld: utf8_test-utf8-test.o: undefined reference to symbol 'pa_log_set_level'
/usr/bin/ld: note: 'pa_log_set_level' is defined in DSO /home/takaskin/dev/pulseaudio/src/.libs/libpulsecommon-2.98.so so try adding it to the linker command line
/home/takaskin/dev/pulseaudio/src/.libs/libpulsecommon-2.98.so: could not read symbols: Invalid operation
2012-08-13 20:36:05 +03:00
Sjoerd Simons
0b7e128a52
build-sys: webrtc-utils needs to be installed before module-echo-cancel
...
Like other plugin helper libraries these need to be installed
before the plugins that use them..
2012-08-04 08:31:42 +02:00
Deng Zhengrong
84ffc41bfb
tests: enable to test standalone pulseaudio daemon
...
With this fix, `check-daemon` doesn't need a system-wide running pulseaudio
anymore.
The method to use is to invoke `make check-daemon` under `src/` and it just
works! :)
2012-08-04 08:28:48 +02:00
Deng Zhengrong
89a6fd740f
build: add a target to ease the creation of coverage files
2012-08-04 08:23:35 +02:00
Arun Raghavan
d53f16b6a2
tests: Make cpu-test less verbose
2012-08-04 08:23:35 +02:00
Arun Raghavan
b6f2ccf194
tests: Factor out Orc test code into cpu-test
...
Reorganises all the svolume core test code in cpu-test since it's the
same across MMX/SSE/etc.
2012-08-04 08:23:35 +02:00
Deng Zhengrong
c2f7987f09
tests: modify strlist-test to use new 'check' framework
2012-08-04 08:23:34 +02:00
Deng Zhengrong
27f6065a3c
tests: modify utf8-test to use new 'check' test framework
2012-08-04 08:23:34 +02:00
Deng Zhengrong
11d2bf787f
tests: modify mainloop-test to use new 'check' framework
2012-08-04 08:23:34 +02:00
Deng Zhengrong
c8cd89a7cb
tests: add cpu test
...
It tests only x86 architecture right now.
2012-08-04 08:23:34 +02:00
Deng Zhengrong
6e33eb0073
tests: modify mix-test to use new 'check' test framework
2012-08-04 08:23:34 +02:00
Peter Meerwald
7112e6ee3c
modules: Add null/dummy echo canceller
...
I find a dummy/passthrough implementation useful for AEC debugging
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
2012-07-28 17:27:13 +03:00
Mikel Astiz
57469ce734
bluetooth: Remove minor unnecessary check
...
The return value of dbus_message_iter_next() doesn't need to be checked
since the while condition will be false anyway (arg type will be
DBUS_TYPE_INVALID).
2012-07-28 16:58:59 +03:00
Mikel Astiz
ffe723d506
bluetooth: Replace deprecated ListDevices()
...
The method ListDevices() in org.bluez.Adapter was deprecated in BlueZ
4.61, and is going to be removed in future releases. Instead, a property
was introduced for this purpose in BlueZ 4.7.
2012-07-28 16:57:36 +03:00
Mikel Astiz
f70f984017
bluetooth: Replace deprecated ListAdapters()
...
The method ListAdapters() in org.bluez.Manager was deprecated in BlueZ
4.61, and is going to be removed in future releases. Instead, a property
was introduced for this purpose in BlueZ 4.22.
2012-07-28 16:53:28 +03:00
Mikel Astiz
00cc8af995
bluetooth: Avoid duplicating profile argument twice
...
The module module-bluetooth-device should never be given parameter
'profile' twice, even if both HFGW and A2DP are playing. This patch
proposed to consider HFGW first.
2012-07-28 15:55:44 +03:00
Mikel Astiz
5c7672f79e
bluetooth: Consider different input and output MTU
...
Previous implementation assumes these values are equal, but this doesn't
necessarily have to be so.
2012-07-28 15:55:44 +03:00
Mikel Astiz
8f0df3326b
bluetooth: Minor style fixes
...
Fix some minor style fixes to be consistent with the project coding
style.
2012-07-28 15:55:44 +03:00