X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/71b70599a2cd81c13cc4326499a5d0c45358cd7d..d436bd52989e64f8c3cb8a543f446136b6ab1ac4:/server/speaker.h diff --git a/server/speaker.h b/server/speaker.h index 2786735..2288042 100644 --- a/server/speaker.h +++ b/server/speaker.h @@ -1,6 +1,6 @@ /* * This file is part of DisOrder - * Copyright (C) 2005, 2006, 2007 Richard Kettlewell + * Copyright (C) 2005-2008 Richard Kettlewell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -182,6 +182,8 @@ struct speaker_backend { * * @p timeoutp points to the poll timeout value in milliseconds. It may be * reduced, but never increased. + * + * NB you can NOT assume that @c beforepoll is always called before @c play. */ void (*beforepoll)(int *timeoutp);