Skip to content

Commit f8ec97c

Browse files
committed
ASoC: wm_adsp: Log addresses as 8 digits in wm_adsp_buffer_populate
Increase the address value width in the debug log from 4 digits to 8 digits to allow for DSP cores with larger memory address ranges. Signed-off-by: Richard Fitzgerald <[email protected]> Signed-off-by: Mark Brown <[email protected]> (cherry picked from commit e3a360b) Change-Id: I74d864a589034b9cafeb83b12bc12e723d734f72 Signed-off-by: Richard Fitzgerald <[email protected]>
1 parent 1c312fb commit f8ec97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/wm_adsp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4346,7 +4346,7 @@ static int wm_adsp_buffer_populate(struct wm_adsp_compr_buf *buf)
43464346
region->cumulative_size = offset;
43474347

43484348
adsp_dbg(buf->dsp,
4349-
"region=%d type=%d base=%04x off=%04x size=%04x\n",
4349+
"region=%d type=%d base=%08x off=%08x size=%08x\n",
43504350
i, region->mem_type, region->base_addr,
43514351
region->offset, region->cumulative_size);
43524352
}

0 commit comments

Comments
 (0)