]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: SOF: fix HDA direct MMIO access
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Mon, 12 Aug 2019 19:05:02 +0000 (14:05 -0500)
committerMark Brown <broonie@kernel.org>
Tue, 13 Aug 2019 11:41:04 +0000 (12:41 +0100)
commitf936b19fbe8a8ecddbffad7e53fd4da23bb87a16
tree70722a48f6dcf80c27a78c6de462f5ea12463514
parent1c9db7007790bea6758a18853b5189b18c402c5e
ASoC: SOF: fix HDA direct MMIO access

The recent change to remove the bus->io_ops callbacks used an older
version of the SOF code base, and when merged into Mark's for-next it
invalidated changes, resulting in broken compilation identified by
kbuild and reproduced during the weekly SOF rebase.

Restore SOF code overridden by git merge and apply Takashi's intended
change in the 'right' location.

Fixes: 5e6d4e04bd1b6 ("Merge branch 'topic/hda-bus-ops-cleanup'")
Reported-by: kbuild test robot <lkp@intel.com>
Cc: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20190812190502.30729-1-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/intel/hda-ctrl.c
sound/soc/sof/intel/hda-dsp.c