summaryrefslogtreecommitdiff
path: root/src/rmd_cache_audio.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-09-08 23:50:32 -0700
committerVito Caputo <vcaputo@pengaru.com>2020-09-08 23:50:32 -0700
commitbd53002a2bf51d48992613601719d180fed09975 (patch)
tree39998f35101cb3854599c63caac58faf9e188573 /src/rmd_cache_audio.c
parent1f3db49e13f126bf047735a9ce84bccc8b3d75da (diff)
cache_audio: s/sound/audio/ where appropriate
Despite this listing already being named rmd_cache_audio, it used sound instead of audio for the api.
Diffstat (limited to 'src/rmd_cache_audio.c')
-rw-r--r--src/rmd_cache_audio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rmd_cache_audio.c b/src/rmd_cache_audio.c
index 58892b6..76101f9 100644
--- a/src/rmd_cache_audio.c
+++ b/src/rmd_cache_audio.c
@@ -39,7 +39,7 @@
-void *rmdCacheSoundBuffer(ProgData *pdata) {
+void *rmdCacheAudioBuffer(ProgData *pdata) {
size_t write_size = pdata->periodsize * pdata->sound_framesize;
#ifdef HAVE_LIBJACK
@@ -51,7 +51,7 @@ void *rmdCacheSoundBuffer(ProgData *pdata) {
}
#endif
- rmdThreadsSetName("rmdCacheSound");
+ rmdThreadsSetName("rmdCacheAudio");
//We are simply going to throw sound on the disk.
//It's sound is tiny compared to that of image, so
© All Rights Reserved