commit | 6a5d6fd332624e4eee9a450bb3d18f761548822f | [log] [tgz] |
---|---|---|
author | Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> | Thu May 07 09:34:04 2020 -0400 |
committer | Mark Brown <broonie@kernel.org> | Tue May 12 14:20:29 2020 +0100 |
tree | 330f0117b410cf65cb1171a8a4f933eea10bf9e3 | |
parent | fe944625194515e99fcbfb0d190d50986e2b6480 [diff] |
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>