From ceeca192779a5859b8bc0ea32634169d6fbddcbc Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Sun, 1 May 2011 15:39:29 +0200 Subject: [PATCH] remove unused defs (recommit) --- libsndio/sndio.h | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/libsndio/sndio.h b/libsndio/sndio.h index 93699e2..4aa16a7 100644 --- a/libsndio/sndio.h +++ b/libsndio/sndio.h @@ -86,12 +86,6 @@ struct sio_cap { #define MIO_OUT 4 #define MIO_IN 8 -/* - * maximum size of the encording string (the longest possible - * encoding is ``s24le3msb'') - */ -#define SIO_ENCMAX 10 - /* * default bytes per sample for the given bits per sample */ @@ -106,16 +100,6 @@ struct sio_cap { #define SIO_LE_NATIVE 0 #endif -/* - * default device for the sun audio(4) back-end - */ -#define SIO_SUN_PATH "/dev/audio" - -/* - * default socket name for the aucat(1) back-end - */ -#define SIO_AUCAT_PATH "default" - /* * maximum value of volume, eg. for sio_setvol() */ @@ -127,10 +111,7 @@ extern "C" { struct pollfd; -int sio_strtoenc(struct sio_par *, char *); -int sio_enctostr(struct sio_par *, char *); void sio_initpar(struct sio_par *); - struct sio_hdl *sio_open(const char *, unsigned, int); void sio_close(struct sio_hdl *); int sio_setpar(struct sio_hdl *, struct sio_par *);