ASoC: SOF: fix compilation issue with readb/writeb helpers
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Mon, 31 Oct 2022 19:53:40 +0000 (15:53 -0400)
committerMark Brown <broonie@kernel.org>
Mon, 31 Oct 2022 21:15:19 +0000 (21:15 +0000)
commitf8fbf0dc702bf15b8b0ea1731a353bdb7faee8fd
tree5ca1b44c89f1d41fa231480325084f1315805f1c
parentb3d2170916491cbb849d08e5e816ec161947657d
ASoC: SOF: fix compilation issue with readb/writeb helpers

Replace them with read8/write8 to avoid compilation issue on ARM. In
hindsight this is more consistent with the read64/write64 helpers
already used in SOF.

Reported-by: Nathan Chancellor <nathan@kernel.org>
Link: https://lore.kernel.org/alsa-devel/Y1rTFrohLqaiZAy%2F@dev-arch.thelio-3990X/
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20221031195340.249868-1-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/intel/hda-dsp.c
sound/soc/sof/intel/hda-stream.c
sound/soc/sof/intel/hda.c
sound/soc/sof/ops.h
sound/soc/sof/sof-priv.h