error.h: Kill two unused alsa error codes.
authorAndre Noll <maan@systemlinux.org>
Sat, 9 Feb 2008 13:10:06 +0000 (14:10 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 9 Feb 2008 13:10:06 +0000 (14:10 +0100)
error.h

diff --git a/error.h b/error.h
index 5f27f1c9149e5648b0a2ff245956a0d4db8af66e..b0dbdbbb2bc4f33ff851916fa2f36f701243fb51 100644 (file)
--- 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"), \