ASoC: SOF: intel: Simplify with dma_set_mask_and_coherent()
authorTakashi Iwai <tiwai@suse.de>
Thu, 14 Jan 2021 13:33:36 +0000 (14:33 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 19 Jan 2021 14:06:11 +0000 (14:06 +0000)
commitab152afa2427bb3e4eea7c9f21c4393287838774
treebf39bb7afab84e6863311cb2a93a9d65cc1e5aa8
parentd3afb00220becf81bc2d9016f04e05949dfd5bb2
ASoC: SOF: intel: Simplify with dma_set_mask_and_coherent()

ASoC Intel SOF driver still has explicit calls of dma_set_mask() and
dma_set_coherent_mask().

Let's simplify with dma_set_mask_and_coherent().

Cc: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Cc: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Cc: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://lore.kernel.org/r/20210114133337.1039-3-tiwai@suse.de
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/intel/hda.c