[pulseaudio-discuss] [PATCH v2 06/14] tests: Add tests for mix special-case code

Alexander E. Patrakov patrakov at gmail.com
Wed Sep 10 08:38:46 PDT 2014


10.09.2014 20:40, Peter Meerwald wrote:
> +
> +START_TEST (mix_special_test) {
> +    pa_cpu_info cpu_info = { PA_CPU_UNDEFINED, {}, false };
> +    pa_do_mix_func_t orig_func, special_func;
> +
> +    cpu_info.force_generic_code = true;

I don't see the point of first initializing the 
cpu_info.force_generic_code field to false and then setting it to true.

-- 
Alexander E. Patrakov


More information about the pulseaudio-discuss mailing list