ASoC: Intel: baytrail: Fix register access
authorAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Thu, 7 May 2020 13:34:04 +0000 (09:34 -0400)
committerMark Brown <broonie@kernel.org>
Tue, 12 May 2020 13:20:29 +0000 (14:20 +0100)
commit6a5d6fd332624e4eee9a450bb3d18f761548822f
tree330f0117b410cf65cb1171a8a4f933eea10bf9e3
parentfe944625194515e99fcbfb0d190d50986e2b6480
ASoC: Intel: baytrail: Fix register access

Baytrail has 64 bit registers, so we should use *read64* to read from it
and then use proper mask values to check status.

Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Tested-by: Brent Lu <brent.lu@intel.com>
Acked-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20200507133405.32251-1-amadeuszx.slawinski@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/baytrail/sst-baytrail-ipc.c