From: Andre Noll Date: Sat, 9 Feb 2008 13:10:06 +0000 (+0100) Subject: error.h: Kill two unused alsa error codes. X-Git-Tag: v0.3.1~40 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=bc8ceae5cf97e2829fe5ef30300d4b7aa3a67281 error.h: Kill two unused alsa error codes. --- diff --git a/error.h b/error.h index 5f27f1c9..b0dbdbbb 100644 --- a/error.h +++ b/error.h @@ -377,8 +377,6 @@ extern const char **para_errlist[]; PARA_ERROR(HW_PARAMS, "unable to install hw params"), \ PARA_ERROR(SW_PARAMS, "unable to install sw params"), \ PARA_ERROR(BAD_PERIOD, "can not use period equal to buffer size"), \ - PARA_ERROR(GET_XFER, "unable to obtain xfer align"), \ - PARA_ERROR(SET_XFER, "snd_pcm_sw_params_set_xfer_align() failed"), \ PARA_ERROR(ALSA_WRITE, "alsa write error"), \ PARA_ERROR(PCM_OPEN, "unable to open pcm"), \ PARA_ERROR(SND_PCM_INFO, "pcm info error"), \