summaryrefslogtreecommitdiffstats
path: root/firmware/export/erosqlinux_codec.h
blob: b6ab58fa74f7e96edc05deeefe2710c02c42a182 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __EROSQLINUX_CODEC__
#define __EROSQLINUX_CODEC__

#define AUDIOHW_CAPS (LINEOUT_CAP)

AUDIOHW_SETTING(VOLUME, "dB", 0,  2, -74, 0, -40)

//#define AUDIOHW_NEEDS_INITIAL_UNMUTE

void audiohw_mute(int mute);
void erosq_set_output(int ps);
int erosq_get_outputs(void);

#endif