From: Mike Brady Date: Wed, 30 Dec 2015 10:11:20 +0000 (+0000) Subject: Correct option tag in the ao subsystem to read audio_backend_buffer_desired_length... X-Git-Tag: 2.7.6~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d546f4bbdb4346189d905396fcec9bcfbcd87632;p=thirdparty%2Fshairport-sync.git Correct option tag in the ao subsystem to read audio_backend_buffer_desired_length rather than audio_backend_buffer_desired_length_software --- diff --git a/audio_ao.c b/audio_ao.c index 6cd98eab..41b823b0 100644 --- a/audio_ao.c +++ b/audio_ao.c @@ -54,7 +54,7 @@ static int init(int argc, char **argv) { if (config.cfg != NULL) { /* Get the desired buffer size setting. */ - if (config_lookup_int(config.cfg, "ao.audio_backend_buffer_desired_length_software", &value)) { + if (config_lookup_int(config.cfg, "ao.audio_backend_buffer_desired_length", &value)) { if ((value < 0) || (value > 66150)) die("Invalid a0 audio backend buffer desired length \"%d\". It should be between 0 and " "66150, default is 44100",