Add a dedicated table for speakers

This commit is contained in:
Julien BLACHE
2010-11-02 18:40:14 +01:00
parent 7de9408a10
commit 012e90b4a3
2 changed files with 129 additions and 8 deletions

View File

@@ -419,6 +419,16 @@ db_config_has_tuple_hex64(const char *key, uint64_t val);
void
db_config_clear_key(const char *key);
/* Speakers */
int
db_speaker_save(uint64_t id, int selected, int volume);
int
db_speaker_get(uint64_t id, int *selected, int *volume);
void
db_speaker_clear_all(void);
/* Inotify */
int
db_watch_clear(void);