mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
Fix red in 9c708e3876
Test build didn't catch this due to a dependency failure. (WTF?) Change-Id: I0487a02e9fad8b6bec9b93066619aef04c838d3b
This commit is contained in:
parent
9c708e3876
commit
2578411f00
1 changed files with 0 additions and 5 deletions
|
|
@ -492,11 +492,6 @@ static void get_more(const void** start, size_t* size)
|
|||
*size = samples_in_buf*sizeof(int32_t);
|
||||
}
|
||||
|
||||
static const struct mixer_play_cbs mixer_cbs = {
|
||||
.get_more = get_more,
|
||||
/* TODO: update sample_rate and max_voices on sampr_changed() */
|
||||
};
|
||||
|
||||
UNUSED_ATTR static int find_min_sampr_ge_22(void)
|
||||
{
|
||||
const struct pcm_sink_caps* caps = rb->pcm_current_sink_caps();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue