ASoC: SOF: Intel: BYT: fix a copy/paste mistake in byt_dump()
authorKeyon Jie <yang.jie@linux.intel.com>
Tue, 26 Nov 2019 14:15:33 +0000 (08:15 -0600)
committerMark Brown <broonie@kernel.org>
Wed, 27 Nov 2019 12:50:28 +0000 (12:50 +0000)
commitb81eb73be03ac736f1f8d27d64a372c62c7159e5
treed49218422c3d2bc8652907fcad07fadd64617dd6
parent756ae8f237e19a014a1c20ad5a51b0686463d1f7
ASoC: SOF: Intel: BYT: fix a copy/paste mistake in byt_dump()

The shim registers in BYT/CHT/BSW are 64bits based, correct the
copy/paste (from bdw.c where the shim registers are 32bits based) error
in byt_dump().

Fixes: 3a9e204d4e36 ("ASoC: SOF: Intel: Add context data to any IPC timeout")
Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20191126141533.21601-1-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/intel/byt.c