added log for successful audio backend creation

This commit is contained in:
Anthony Pesch 2016-12-22 20:11:43 -08:00
parent e261c26ad5
commit 8aa778b650
1 changed files with 2 additions and 0 deletions

View File

@ -155,5 +155,7 @@ struct audio_backend *audio_create(struct aica *aica) {
}
}
LOG_INFO("Audio backend created, latency %.2f", audio->outstream->software_latency);
return audio;
}