Re: [pulseaudio-discuss] [PATCH v2] Absolute volume control for A2DP transport

2019-05-13 Thread Pali Rohár
On Saturday 20 October 2018 22:50:58 EHfive wrote: > +static bool disable_absolute_volume_match(const char * bt_addr_str) { > +    bdaddr_t bt_addr; > +    int i; > +    static bdaddr_t affected_bt_addr_cache; > +    static bool effected_bt_addr_cached = false; > + > +    static const struct { > + 

Re: [pulseaudio-discuss] [PATCH v2] Absolute volume control for A2DP transport

2018-11-16 Thread Tanu Kaskinen
Thanks for the patch! Before I'll review the patch, can you resubmit it using "git send-email"? The patch doesn't apply in its current form, because lines are wrapped (there might be other formatting issues as well). "git send-email" is guaranteed to produce well-formatted patches. Instructions