First version for the N900 (headphoned 1.5)
[headphoned] / src / config.h
1 /**
2  * Configuration file for headphoned
3  **/
4
5 // Define Diablo if you are compiling for Maemo 4
6 //#define DIABLO
7
8 // Volume control is currently broken, as something is messing
9 // with the controls from outside this process in GConf..
10 //#define ENABLE_VOLUME_CONTROL
11 #define ENABLE_PAUSE_ON_DISCONNECT
12
13