projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Improve memory mapping.
[paraslash.git]
/
afs.h
diff --git
a/afs.h
b/afs.h
index
d01f0cf
..
ecec685
100644
(file)
--- a/
afs.h
+++ b/
afs.h
@@
-1,5
+1,5
@@
/*
/*
- * Copyright (C) 2007-200
8
Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2007-200
9
Andre Noll <maan@systemlinux.org>
*
* Licensed under the GPL v2. For licencing details see COPYING.
*/
*
* Licensed under the GPL v2. For licencing details see COPYING.
*/
@@
-24,6
+24,8
@@
struct afs_info {
uint32_t lyrics_id;
/** Mp3, ogg or aac. */
uint8_t audio_format_id;
uint32_t lyrics_id;
/** Mp3, ogg or aac. */
uint8_t audio_format_id;
+ /** Amplification value. */
+ uint8_t amp;
};
/**
};
/**
@@
-85,7
+87,6
@@
struct afs_table {
/** Handles afs events. */
int (*event_handler)(enum afs_events event, struct para_buffer *pb,
void *data);
/** Handles afs events. */
int (*event_handler)(enum afs_events event, struct para_buffer *pb,
void *data);
- /* int *(check)() */
};
enum play_mode {PLAY_MODE_MOOD, PLAY_MODE_PLAYLIST};
};
enum play_mode {PLAY_MODE_MOOD, PLAY_MODE_PLAYLIST};