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
|
@ -204,7 +204,7 @@ static intptr_t channel_mode_new_format(struct dsp_proc_entry *this,
|
|||
struct dsp_config *dsp,
|
||||
struct sample_format *format)
|
||||
{
|
||||
DSP_PRINT_FORMAT(DSP_PROC_CHANNEL_MODE, format);
|
||||
DSP_PRINT_FORMAT(DSP_PROC_CHANNEL_MODE, *format);
|
||||
|
||||
bool active = format->num_channels >= 2;
|
||||
dsp_proc_activate(dsp, DSP_PROC_CHANNEL_MODE, active);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue