ASoC: tegra: Simplify with dma_set_mask_and_coherent()
authorTakashi Iwai <tiwai@suse.de>
Thu, 14 Jan 2021 13:33:37 +0000 (14:33 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 19 Jan 2021 14:06:12 +0000 (14:06 +0000)
commit7cc206bff69b52be24fa13ee2c9afde3320c6cf6
tree402f73bbd37d8eefd4bd6403a0773609d0bcc23a
parentab152afa2427bb3e4eea7c9f21c4393287838774
ASoC: tegra: Simplify with dma_set_mask_and_coherent()

ASoC tegra PCM code still has explicit calls of dma_set_mask() and
dma_set_coherent_mask().

Let's simplify with dma_set_mask_and_coherent().

Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Jonathan Hunter <jonathanh@nvidia.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://lore.kernel.org/r/20210114133337.1039-4-tiwai@suse.de
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/tegra/tegra_pcm.c