diff options
author | Mark Brown <broonie@kernel.org> | 2021-12-17 14:13:39 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-12-17 14:13:39 +0300 |
commit | 5a49d926da462caf2aef6681a6c987240fad7c16 (patch) | |
tree | 0615d1f2c86ab0c17011194d876297a3a298ed0f /sound/soc/tegra | |
parent | 0f2ee77d2655bd4bb205fff16822e551159f41c9 (diff) | |
parent | 3c219644075795a99271d345efdfa8b256e55161 (diff) | |
download | linux-5a49d926da462caf2aef6681a6c987240fad7c16.tar.xz |
Merge tag 'dmaengine_topic_slave_id_removal_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine into v4_20211204_digetx_support_hdmi_audio_on_nvidia_tegra20
dmaengine_topic_slave_id_removal_5.17
Tag for dmaengine slave_id removal topic branch which should be merged
into v5.17
Diffstat (limited to 'sound/soc/tegra')
-rw-r--r-- | sound/soc/tegra/tegra20_spdif.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra20_spdif.c b/sound/soc/tegra/tegra20_spdif.c index 7751575cd6d6..57a6c576b91f 100644 --- a/sound/soc/tegra/tegra20_spdif.c +++ b/sound/soc/tegra/tegra20_spdif.c @@ -290,7 +290,6 @@ static int tegra20_spdif_platform_probe(struct platform_device *pdev) spdif->playback_dma_data.addr = mem->start + TEGRA20_SPDIF_DATA_OUT; spdif->playback_dma_data.addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES; spdif->playback_dma_data.maxburst = 4; - spdif->playback_dma_data.slave_id = dmareq->start; pm_runtime_enable(&pdev->dev); |