Re: [pulseaudio-discuss] [PATCH v3 4/6] conf-parser: Add pa_config_parse_volume()

2015-04-28 Thread David Henningsson
On 2015-04-27 13:34, Tanu Kaskinen wrote: This will be used to parse the path default volume in the alsa mixer configuration files. For now, percentages are the only supported format, because I don't have need for anything else, but we can of course add more volume formats later as needed.

Re: [pulseaudio-discuss] [PATCH v3 4/6] conf-parser: Add pa_config_parse_volume()

2015-04-28 Thread David Henningsson
On 2015-04-28 10:17, Tanu Kaskinen wrote: On Tue, 2015-04-28 at 09:39 +0200, David Henningsson wrote: On 2015-04-27 13:34, Tanu Kaskinen wrote: This will be used to parse the path default volume in the alsa mixer configuration files. For now, percentages are the only supported format,

Re: [pulseaudio-discuss] [PATCH v3 4/6] conf-parser: Add pa_config_parse_volume()

2015-04-28 Thread Tanu Kaskinen
On Tue, 2015-04-28 at 09:39 +0200, David Henningsson wrote: On 2015-04-27 13:34, Tanu Kaskinen wrote: This will be used to parse the path default volume in the alsa mixer configuration files. For now, percentages are the only supported format, because I don't have need for anything else,

[pulseaudio-discuss] [PATCH v3 4/6] conf-parser: Add pa_config_parse_volume()

2015-04-27 Thread Tanu Kaskinen
This will be used to parse the path default volume in the alsa mixer configuration files. For now, percentages are the only supported format, because I don't have need for anything else, but we can of course add more volume formats later as needed. --- src/pulsecore/conf-parser.c | 23