mp3_afh.c: set bitrate, frequency and channels of struct audio_file_info
[paraslash.git] / audiod.h
index 7628c1ea3a2ec9c8038d31a549a3b738a9b9a811..ab75c584b07e3915fb0cc4ea646af67f14e65d66 100644 (file)
--- a/audiod.h
+++ b/audiod.h
@@ -37,8 +37,8 @@ extern const char *audio_formats[];
  * - off: disconnect from para_server
  * - on: receive status information from para_server and play the audio stream
  * - sb: only receive status information but not the audio stream
-*/
-enum {AUDIOD_OFF, AUDIOD_ON, AUDIOD_STANDBY};
+ */
+enum audiod_status_info {AUDIOD_OFF, AUDIOD_ON, AUDIOD_STANDBY};
 
 /** defines one command of para_audiod */
 struct audiod_command {
@@ -65,7 +65,7 @@ struct audiod_command {
  *
  * \sa receier_node, receiver, filter, filter_node, filter_chain, writer,
  * writer_node, writer_node_group.
 */
+ */
 struct slot_info {
        /** number of the audio format in this slot */
        int format;