blob: 500fe18d96ebb0097ca9506a8769c1a5b9b826c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef __RADIOLA_AUD_H
#define __RADIOLA_AUD_H
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <alsa/asoundlib.h>
int audio_get_devices();
#endif
|