summaryrefslogtreecommitdiff
path: root/src/rmd_capture_audio.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-09-08 23:41:38 -0700
committerVito Caputo <vcaputo@pengaru.com>2020-09-08 23:42:24 -0700
commite9aa96e3fa9be9117f5407619fc65292da34c441 (patch)
treef2635a070a88f5a0c4c738c2f7413ab7046fad82 /src/rmd_capture_audio.h
parentb19afd5ed632358096e86240629134777f4ae669 (diff)
capture_audio: s/sound/audio/ where reasonable
Largely mechanical change just finishing up cosmetic rename of rmd_capture_sound->rmd_capture_audio
Diffstat (limited to 'src/rmd_capture_audio.h')
-rw-r--r--src/rmd_capture_audio.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/rmd_capture_audio.h b/src/rmd_capture_audio.h
index b403fa8..a55ea8c 100644
--- a/src/rmd_capture_audio.h
+++ b/src/rmd_capture_audio.h
@@ -24,19 +24,19 @@
* For further information contact me at johnvarouhakis@gmail.com *
******************************************************************************/
-#ifndef CAPTURE_SOUND_H
-#define CAPTURE_SOUND_H 1
+#ifndef CAPTURE_AUDIO_H
+#define CAPTURE_AUDIO_H 1
#include "rmd_types.h"
/**
-* Sound capturing thread. Data are placed on a
+* Audio capturing thread. Data are placed on a
* list to be picked up by other threads.
*
* \param pdata ProgData struct containing all program data
*/
-void *rmdCaptureSound(ProgData *pdata);
+void *rmdCaptureAudio(ProgData *pdata);
#endif
© All Rights Reserved