diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-11-22 23:22:03 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-12-17 11:23:56 +0530 |
commit | 3c219644075795a99271d345efdfa8b256e55161 (patch) | |
tree | 69a4e1af0ef53ccd8460aca000756477fd9a4d01 /sound/core | |
parent | 93cdb5b0dc56cc7a8b87a61146495f3bdc93d7ba (diff) |
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