chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
uaudio gains a new 'configure' method, which imposes the audio API's
[disorder]
/
lib
/
uaudio.h
diff --git
a/lib/uaudio.h
b/lib/uaudio.h
index 20bfbbcfca77b59ff688dae3cb3d6610348fda41..aa686d0c37638e042274e724d6ed455700301b95 100644
(file)
--- a/
lib/uaudio.h
+++ b/
lib/uaudio.h
@@
-114,6
+114,9
@@
struct uaudio {
* 0 is silent and 100 is maximum volume.
*/
void (*set_volume)(int *left, int *right);
* 0 is silent and 100 is maximum volume.
*/
void (*set_volume)(int *left, int *right);
+
+ /** @brief Set configuration */
+ void (*configure)(void);
};
};