Re: [pulseaudio-discuss] [PATCH v3 0/6] Add default volume to ports

2015-05-05 Thread Alexander E. Patrakov
27.04.2015 16:34, Tanu Kaskinen wrote: Here's the third version of the patch set that aims to fix the Aureon volume bug[1]. Changes in v3: - Use pa_parse_volume() in pa_config_parse_volume(). - Add mute and save_mute fields to pa_sink/source_port_changed_hook_data to make the mute

Re: [pulseaudio-discuss] [PATCH v3 0/6] Add default volume to ports

2015-05-05 Thread Alexander E. Patrakov
06.05.2015 01:40, David Henningsson wrote: On 2015-05-05 17:28, Alexander E. Patrakov wrote: 05.05.2015 19:08, Tanu Kaskinen wrote: On Tue, 2015-05-05 at 17:31 +0500, Alexander E. Patrakov wrote: 27.04.2015 16:34, Tanu Kaskinen wrote: Here's the third version of the patch set that aims to

Re: [pulseaudio-discuss] [PATCH v3 0/6] Add default volume to ports

2015-05-05 Thread Alexander E. Patrakov
05.05.2015 19:08, Tanu Kaskinen wrote: On Tue, 2015-05-05 at 17:31 +0500, Alexander E. Patrakov wrote: 27.04.2015 16:34, Tanu Kaskinen wrote: Here's the third version of the patch set that aims to fix the Aureon volume bug[1]. Changes in v3: - Use pa_parse_volume() in

Re: [pulseaudio-discuss] [PATCH v3 0/6] Add default volume to ports

2015-05-05 Thread Tanu Kaskinen
On Tue, 2015-05-05 at 17:31 +0500, Alexander E. Patrakov wrote: 27.04.2015 16:34, Tanu Kaskinen wrote: Here's the third version of the patch set that aims to fix the Aureon volume bug[1]. Changes in v3: - Use pa_parse_volume() in pa_config_parse_volume(). - Add mute and save_mute

Re: [pulseaudio-discuss] [PATCH v3 0/6] Add default volume to ports

2015-05-05 Thread David Henningsson
On 2015-05-05 17:28, Alexander E. Patrakov wrote: 05.05.2015 19:08, Tanu Kaskinen wrote: On Tue, 2015-05-05 at 17:31 +0500, Alexander E. Patrakov wrote: 27.04.2015 16:34, Tanu Kaskinen wrote: Here's the third version of the patch set that aims to fix the Aureon volume bug[1]. Changes in

[pulseaudio-discuss] [PATCH v3 0/6] Add default volume to ports

2015-04-27 Thread Tanu Kaskinen
Here's the third version of the patch set that aims to fix the Aureon volume bug[1]. Changes in v3: - Use pa_parse_volume() in pa_config_parse_volume(). - Add mute and save_mute fields to pa_sink/source_port_changed_hook_data to make the mute handling symmetric with the volume handling.