]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: intel: skl: Simplify with dma_set_mask_and_coherent()
authorTakashi Iwai <tiwai@suse.de>
Thu, 14 Jan 2021 13:33:35 +0000 (14:33 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 19 Jan 2021 14:06:10 +0000 (14:06 +0000)
commit351318db80dea5e6f584607e863f94573b7c0c23
tree8b49c67efa7ac5f5e9b7a3921909b058b0157e90
parent6ae75e08e7db39eaccf7df03602d0a4f45d408c5
ASoC: intel: skl: Simplify with dma_set_mask_and_coherent()

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

Let's simplify with dma_set_mask_and_coherent().

Cc: Cezary Rojewski <cezary.rojewski@intel.com>
Cc: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://lore.kernel.org/r/20210114133337.1039-2-tiwai@suse.de
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl.c