summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm_adsp.c
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>2016-03-28 14:29:21 +0100
committerMark Brown <broonie@kernel.org>2016-03-29 10:11:10 -0700
commit33d740e07d1f565e44d35e7f7756a619b4f1e4ba (patch)
treeb759b56ace24b9139309ee932b53cc7ce3a2469e /sound/soc/codecs/wm_adsp.c
parent612047f0baefe2aeef1bc5ad8c7107a532b7d957 (diff)
downloadop-kernel-dev-33d740e07d1f565e44d35e7f7756a619b4f1e4ba.zip
op-kernel-dev-33d740e07d1f565e44d35e7f7756a619b4f1e4ba.tar.gz
ASoC: wm_adsp: Show avail in bytes to match other messages
All other debug messages talk about data on the compressed stream in bytes except avail which is shown in words. To avoid confusion show avail in bytes as well. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/wm_adsp.c')
-rw-r--r--sound/soc/codecs/wm_adsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c
index 4839d19..953c427 100644
--- a/sound/soc/codecs/wm_adsp.c
+++ b/sound/soc/codecs/wm_adsp.c
@@ -2809,7 +2809,7 @@ static int wm_adsp_buffer_update_avail(struct wm_adsp_compr_buf *buf)
avail += wm_adsp_buffer_size(buf);
adsp_dbg(buf->dsp, "readindex=0x%x, writeindex=0x%x, avail=%d\n",
- buf->read_index, write_index, avail);
+ buf->read_index, write_index, avail * WM_ADSP_DATA_WORD_SIZE);
buf->avail = avail;
OpenPOWER on IntegriCloud