From 91d2af7e3686a44aea04e9e59688ca57f76dffd6 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 10 May 2016 03:41:49 +0200 Subject: [PATCH] Update comments --- audio/audio_thread_wrapper.c | 2 +- audio/audio_thread_wrapper.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/audio_thread_wrapper.c b/audio/audio_thread_wrapper.c index de7b5280bc..46a85f4c36 100644 --- a/audio/audio_thread_wrapper.c +++ b/audio/audio_thread_wrapper.c @@ -260,7 +260,7 @@ static const audio_driver_t audio_thread = { }; /** - * audio_thread_init: + * audio_init_thread: * @out_driver : output driver * @out_data : output audio data * @device : audio device (optional) diff --git a/audio/audio_thread_wrapper.h b/audio/audio_thread_wrapper.h index b01a52a458..1e7d43b1ad 100644 --- a/audio/audio_thread_wrapper.h +++ b/audio/audio_thread_wrapper.h @@ -22,7 +22,7 @@ #include "audio_driver.h" /** - * audio_thread_init: + * audio_init_thread: * @out_driver : output driver * @out_data : output audio data * @device : audio device (optional)