mirror of
https://github.com/xdsopl/robot36.git
synced 2025-12-06 07:12:07 +01:00
8 lines
89 B
C
8 lines
89 B
C
|
|
|
||
|
|
#ifndef ALSA_H
|
||
|
|
#define ALSA_H
|
||
|
|
#include "pcm.h"
|
||
|
|
int open_alsa(pcm_t **, char *);
|
||
|
|
#endif
|
||
|
|
|