X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=8a0a9c2e2718c87a93a75e6336ba442c4ce23284;hp=65494131ba518827dc3df6c228ca8d776a01fa71;hb=367daa451bd837c3e267c8385bbc92898f06ecca;hpb=4ad9b98ca90d603eecb5c9c403e0f7bbdc3be6a6 diff --git a/error.h b/error.h index 65494131..8a0a9c2e 100644 --- a/error.h +++ b/error.h @@ -425,21 +425,7 @@ extern const char **para_errlist[]; #define ALSA_WRITE_ERRORS \ - PARA_ERROR(BROKEN_CONF, "Broken alsa configuration"), \ - PARA_ERROR(ACCESS_TYPE, "alsa access type not available"), \ - PARA_ERROR(SAMPLE_FORMAT, "sample format not available"), \ - PARA_ERROR(CHANNEL_COUNT, "channels count not available"), \ - PARA_ERROR(HW_PARAMS, "unable to install hw params"), \ - PARA_ERROR(BAD_PERIOD, "can not use period equal to buffer size"), \ - PARA_ERROR(ALSA_WRITE, "alsa write error"), \ - PARA_ERROR(PCM_OPEN, "unable to open pcm"), \ - PARA_ERROR(PHYSICAL_WIDTH, "unable to determine bytes per frame"), \ - PARA_ERROR(GET_BUFFER_TIME, "snd_pcm_hw_params_get_buffer_time_max() failed"), \ - PARA_ERROR(SET_BUFFER_TIME, "snd_pcm_hw_params_set_buffer_time_near() failed"), \ - 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_POLL_FDS, "could not get alsa poll fd"), \ + PARA_ERROR(ALSA, "alsa error"), \ #define WRITE_COMMON_ERRORS \ @@ -455,6 +441,10 @@ extern const char **para_errlist[]; PARA_ERROR(QUEUE, "packet queue overrun"), \ +#define INTERACTIVE_ERRORS \ + PARA_ERROR(I9E_EOF, "end of input"), \ + PARA_ERROR(I9E_SETUPTERM, "failed to set up terminal"), \ + /** \endcond errors */ /**