forked from len0rd/rockbox
rbcodec: fix compilation in debug mode
Change-Id: I124cf59c641c2e161cc147b031d9bef5ef773dfb
This commit is contained in:
parent
d1ca2e45e9
commit
928d660a67
3 changed files with 3 additions and 3 deletions
|
|
@ -302,7 +302,7 @@ static intptr_t crossfeed_new_format(struct dsp_proc_entry *this,
|
|||
struct dsp_config *dsp,
|
||||
struct sample_format *format)
|
||||
{
|
||||
DSP_PRINT_FORMAT(DSP_PROC_CROSSFEED, format);
|
||||
DSP_PRINT_FORMAT(DSP_PROC_CROSSFEED, *format);
|
||||
|
||||
bool was_active = dsp_proc_active(dsp, DSP_PROC_CROSSFEED);
|
||||
bool active = format->num_channels >= 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue