X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/3ffa2d1599e2f5ae06f402352c2da05b90652171..717ba9873384d81663a2da9eb7071824c30a739f:/server/speaker.h diff --git a/server/speaker.h b/server/speaker.h index 9a48ca6..c1a76e2 100644 --- a/server/speaker.h +++ b/server/speaker.h @@ -135,11 +135,9 @@ struct speaker_backend { * If it is @ref device_closed then the device should be opened with * the right sample format. * - * Some devices are effectively always open and have no error state, - * in which case this callback can be NULL. In this case @ref - * FIXED_FORMAT must be set. Note that @ref device_state still - * switches between @ref device_open and @ref device_closed in this - * case. + * Some devices are effectively always open and have no error state, in which + * case this callback can be NULL. Note that @ref device_state still + * switches between @ref device_open and @ref device_closed in this case. */ void (*activate)(void);