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
|
@ -158,7 +158,7 @@ void dsp_proc_set_in_place(struct dsp_config *dsp, enum dsp_proc_ids id,
|
|||
#define DSP_PRINT_FORMAT(id, format) \
|
||||
DEBUGF("DSP format- " #id "\n" \
|
||||
" ver:%u ch:%u fb:%u os:%u hz:%u chz:%u\n", \
|
||||
(unsigned int)(format).version \
|
||||
(unsigned int)(format).version, \
|
||||
(unsigned int)(format).num_channels, \
|
||||
(unsigned int)(format).frac_bits, \
|
||||
(unsigned int)(format).output_scale, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue