]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
para_write: Make check for wav header work with btr.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 9ef417ff7ee05ad6bd42cad23e1c85e8c1e45c33..1a3e6483cceffa7e192112d49222cf0373fb3a6e 100644 (file)
--- a/error.h
+++ b/error.h
@@ -387,6 +387,7 @@ extern const char **para_errlist[];
        PARA_ERROR(WAV_HEADER_SUCCESS, "successfully read wave header"), \
        PARA_ERROR(NO_DELAY, "no initial delay"), \
        PARA_ERROR(DELAY_TIMEOUT, "initial delay timeout"), \
+       PARA_ERROR(WRITE_EOF, "end of file"), \
 
 
 #define ALSA_WRITE_ERRORS \
@@ -404,6 +405,7 @@ extern const char **para_errlist[];
        PARA_ERROR(SET_RATE, "snd_pcm_hw_params_set_rate_near failed"), \
        PARA_ERROR(START_THRESHOLD, "snd_pcm_sw_params_set_start_threshold() failed"), \
        PARA_ERROR(STOP_THRESHOLD, "snd_pcm_sw_params_set_stop_threshold() failed"), \
+       PARA_ERROR(ALSA_ORPHAN, "alsa btr node has no parent"), \
 
 
 #define FILE_WRITE_ERRORS \