X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=bf633f543cc68a8bba90e6af8e357ac1011e7af4;hp=fd0213b21ced5874c35f2b6ef2735cab4baabfbd;hb=015055963d095abd0e153832f5b3f0fda3ac8306;hpb=05492521d51352fa8c4f55b71b33e14656f0bd0d diff --git a/error.h b/error.h index fd0213b2..bf633f54 100644 --- a/error.h +++ b/error.h @@ -106,6 +106,7 @@ extern const char **para_errlist[]; #define AMP_FILTER_ERRORS \ PARA_ERROR(AMP_SYNTAX, "syntax error in amp filter config"), \ + PARA_ERROR(AMP_ZERO_AMP, "no amplification necessary"), \ #define SEND_COMMON_ERRORS \ @@ -411,7 +412,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"), \ + PARA_ERROR(ALSA_EOF, "alsa: end of file"), \ #define FILE_WRITE_ERRORS \ @@ -422,6 +423,7 @@ extern const char **para_errlist[]; #define WRITE_COMMON_ERRORS \ PARA_ERROR(WRITE_COMMON_SYNTAX, "syntax error in write option"), \ + PARA_ERROR(WRITE_COMMON_EOF, "write: end of file"), \ #define AACDEC_FILTER_ERRORS \