From bc8ceae5cf97e2829fe5ef30300d4b7aa3a67281 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 9 Feb 2008 14:10:06 +0100 Subject: [PATCH] error.h: Kill two unused alsa error codes. --- error.h | 2 -- 1 file changed, 2 deletions(-) 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"), \ -- 2.39.5