mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
some printf fixes
This commit is contained in:
parent
a9808a3edb
commit
d46c239ab0
5 changed files with 5 additions and 5 deletions
|
|
@ -180,7 +180,7 @@ static int make_matrix(struct channelmix *mix)
|
|||
|
||||
unassigned = src_mask & ~dst_mask;
|
||||
|
||||
spa_log_debug(mix->log, "unassigned %08lx", unassigned);
|
||||
spa_log_debug(mix->log, "unassigned %08" PRIx64, unassigned);
|
||||
|
||||
if (unassigned & _MASK(FC)){
|
||||
if ((dst_mask & STEREO) == STEREO){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue