Merge pull request #94 from bpankajl/mixer_wait_event

Fix mixer_wait_event function comments
This commit is contained in:
Taylor Holberton
2017-01-11 09:03:05 -05:00
committed by GitHub
+3 -2
View File
@@ -321,8 +321,9 @@ int mixer_subscribe_events(struct mixer *mixer, int subscribe)
/** Wait for mixer events.
* @param mixer A mixer handle.
* @param timeout timout value
* @returns On success, zero.
* On failure, non-zero.
* @returns On success, 1.
* On failure, -errno.
* On timeout, 0
* @ingroup libtinyalsa-mixer
*/
int mixer_wait_event(struct mixer *mixer, int timeout)