Re: [pulseaudio-discuss] [PATCH v2 0/6] ucm: Add support for "JackHWMute"

2015-05-24 Thread Keyon
On 2015年05月05日 02:03, Tanu Kaskinen wrote: Here's v2 for supporting UCM's JackHWMute. What used to be only one patch is now six patches, to make the review experience even more pleasant. There are several changes beyond just splitting the patch into smaller pieces: - Instead of creating one ja

[pulseaudio-discuss] [PATCH] tests: add tolerant variation for comparing the rewind result

2015-05-24 Thread Hui Wang
On 32bits OS, this test case fails. The reason is when rewinding to the middle of a block, some of float parameters in the saved_state are stored in the memory from FPU registers, and those parameters will be used for next time to process data with lfe. Here if FPU register is over 32bits, the stor

[pulseaudio-discuss] [PATCH] tests: Remove a redundant mempool_new from resampler-test

2015-05-24 Thread Hui Wang
Signed-off-by: Hui Wang --- src/tests/resampler-test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tests/resampler-test.c b/src/tests/resampler-test.c index 751d2dc..9832a31 100644 --- a/src/tests/resampler-test.c +++ b/src/tests/resampler-test.c @@ -330,8 +330,6 @@ int main(int argc

Re: [pulseaudio-discuss] [PATCH] tests: add tolerant variation for comparing the rewind result

2015-05-24 Thread Alexander E. Patrakov
25.05.2015 09:49, Hui Wang wrote: On 32bits OS, this test case fails. The reason is when rewinding to the middle of a block, some of float parameters in the saved_state are stored in the memory from FPU registers, and those parameters will be used for next time to process data with lfe. Here if F

Re: [pulseaudio-discuss] [PATCH] tests: add tolerant variation for comparing the rewind result

2015-05-24 Thread David Henningsson
On 2015-05-25 06:49, Hui Wang wrote: On 32bits OS, this test case fails. The reason is when rewinding to the middle of a block, some of float parameters in the saved_state are stored in the memory from FPU registers, and those parameters will be used for next time to process data with lfe. Here

Re: [pulseaudio-discuss] [PATCH] tests: Remove a redundant mempool_new from resampler-test

2015-05-24 Thread David Henningsson
Pushed, thanks. On 2015-05-25 06:49, Hui Wang wrote: Signed-off-by: Hui Wang --- src/tests/resampler-test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tests/resampler-test.c b/src/tests/resampler-test.c index 751d2dc..9832a31 100644 --- a/src/tests/resampler-test.c +++ b/src/te