mirror of
https://github.com/openharmony/third_party_tinyalsa.git
synced 2026-07-19 15:24:22 -04:00
Fix mixer_wait_event function comments
The @return comment description incorrect. Fix it. Change-Id: I148a5ebf3e05eb4824beb4c8fa1032a38272d86d Signed-off-by: Pankaj Bharadiya <pankaj.laxminarayan.bharadiya@intel.com>
This commit is contained in:
+3
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user