X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/6d2d327ca57fefaddceba10eb323451f8150e95d..913f2c0a04c0f943145fe387395cc4e44e42d582:/server/speaker.h?ds=sidebyside 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);