mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
Compare commits
2 commits
dfa33c246b
...
ebfba622b6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ebfba622b6 | ||
|
|
e15451815a |
2 changed files with 3 additions and 2 deletions
|
|
@ -3549,8 +3549,8 @@ static bool commit(void)
|
||||||
tcrc_buffer_unlock();
|
tcrc_buffer_unlock();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Reload tagcache. */
|
/* Reload tagcache only if we committed new entries */
|
||||||
if (tc_stat.ramcache_allocated > 0)
|
if (tc_stat.ramcache_allocated > 0 && tch.entry_count > 0)
|
||||||
tagcache_start_scan();
|
tagcache_start_scan();
|
||||||
#endif /* HAVE_TC_RAMCACHE */
|
#endif /* HAVE_TC_RAMCACHE */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -92,6 +92,7 @@ static void sink_dma_init(void)
|
||||||
|
|
||||||
static void sink_set_freq(uint16_t freq)
|
static void sink_set_freq(uint16_t freq)
|
||||||
{
|
{
|
||||||
|
(void)freq;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void play_start_pcm(void)
|
static void play_start_pcm(void)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue