unbreak build

This commit is contained in:
Alexandre Ratchov 2011-04-18 11:23:16 +02:00
parent 0663ca6f54
commit 2b7b6ed7c6
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ sio_alsa_setvol(struct sio_hdl *sh, unsigned vol)
}
struct sio_hdl *
sio_open_alsa(const char *str, unsigned mode, int nbio)
sio_alsa_open(const char *str, unsigned mode, int nbio)
{
struct sio_alsa_hdl *hdl;
char path[PATH_MAX];