summaryrefslogtreecommitdiff
path: root/sound/core
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2021-11-23 01:22:03 +0300
committerVinod Koul <vkoul@kernel.org>2021-12-17 08:53:56 +0300
commit3c219644075795a99271d345efdfa8b256e55161 (patch)
tree69a4e1af0ef53ccd8460aca000756477fd9a4d01 /sound/core
parent93cdb5b0dc56cc7a8b87a61146495f3bdc93d7ba (diff)
downloadlinux-3c219644075795a99271d345efdfa8b256e55161.tar.xz
dmaengine: remove slave_id config field
All references to the slave_id field have been removed, so remove the field as well to prevent new references from creeping in again. Originally this allowed slave DMA drivers to configure which device is accessed with the dmaengine_slave_config() call, but this was inconsistent, as the same information is also passed while requesting a channel, and never changes in practice. In modern kernels, the device is always selected when requesting the channel, so the .slave_id field is no longer useful. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20211122222203.4103644-12-arnd@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'sound/core')
0 files changed, 0 insertions, 0 deletions