summaryrefslogtreecommitdiff
path: root/hw/aud.h
blob: 974646ad6f9f6c215e59346e9a3005e7200219bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __RADIOLA_AUD_H
#define __RADIOLA_AUD_H
#include "../config.h"

#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>

#if def(OS_LINUX)
#include <alsa/asoundlib.h>
#endif
int audio_get_devices();

#endif