]> www.infradead.org Git - users/jedix/linux-maple.git/commit
soundwire: add lane field in sdw_port_runtime
authorBard Liao <yung-chuan.liao@linux.intel.com>
Wed, 18 Dec 2024 08:01:42 +0000 (16:01 +0800)
committerVinod Koul <vkoul@kernel.org>
Mon, 23 Dec 2024 06:30:32 +0000 (12:00 +0530)
commit6bba2d3f744c4383b22aa79471d7136cfdce7d0c
tree92d84585e338878f9f6436905b3f4b714498a65e
parenta5fef9baa87f8be359a4b3ed11829ebca82e56ad
soundwire: add lane field in sdw_port_runtime

Currently, lane_ctrl is always 0. Add a lane field in sdw_port_runtime
to indicate the data lane of the data port.
They are 0 by default.

Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://lore.kernel.org/r/20241218080155.102405-2-yung-chuan.liao@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/amd_manager.c
drivers/soundwire/bus.h
drivers/soundwire/generic_bandwidth_allocation.c