robot36/alsa.h

8 lines
89 B
C
Raw Normal View History

#ifndef ALSA_H
#define ALSA_H
#include "pcm.h"
int open_alsa(pcm_t **, char *);
#endif