summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor B. Poretsky <poretsky@mlbox.ru>2017-02-04 12:15:48 +0300
committerSolomon Peachy <pizza@shaftnet.org>2019-08-20 13:17:23 +0200
commit293e3e0fd7ec13f66cefe95e0aaebac9b30bcc20 (patch)
treeb12fc864770a0c7c7c633495bb8ed28e2905c1c4
parentecfb4590ad498a72f4a0f6d60a7be92b25cd293c (diff)
downloadrockbox-293e3e0fd7ec13f66cefe95e0aaebac9b30bcc20.tar.gz
rockbox-293e3e0fd7ec13f66cefe95e0aaebac9b30bcc20.zip
FS#9213 - Fix for audio dropout after startup
Original Patch by Martin Buck Updated by Igor Poretsky
-rw-r--r--apps/tagcache.c2
-rw-r--r--docs/CREDITS1
2 files changed, 3 insertions, 0 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index e1b99bd3a7..7265ce87b2 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -4302,6 +4302,8 @@ static bool check_deleted_files(void)
4302 logf("-> %s / %ld", buf, tfe.tag_length); 4302 logf("-> %s / %ld", buf, tfe.tag_length);
4303 delete_entry(tfe.idx_id); 4303 delete_entry(tfe.idx_id);
4304 } 4304 }
4305
4306 do_timed_yield();
4305 } 4307 }
4306 4308
4307 close(fd); 4309 close(fd);
diff --git a/docs/CREDITS b/docs/CREDITS
index b9077bbf3c..81b2f8ccff 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -682,6 +682,7 @@ Yangyong Wu
682Andy Potter 682Andy Potter
683Stefan Waigand 683Stefan Waigand
684Guo Zhong Kai 684Guo Zhong Kai
685Martin Buck
685 686
686The libmad team 687The libmad team
687The wavpack team 688The wavpack team