mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-07 22:42:04 +00:00
soundwire: intel: Remove unnecessary TODO
The capabilities enabled for multi-link are required as part of the programming sequences, even when a stream uses a single link we still use the syncArm/syncGo sequences. Therefore the TODO is no longer necessary. Suggested-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Khalid Masum <khalid.masum.92@gmail.com> Link: https://lore.kernel.org/r/20220817074859.4759-1-khalid.masum.92@gmail.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
parent
ba8ec0f675
commit
adc62cbd6b
@ -75,7 +75,6 @@ int sdw_bus_master_add(struct sdw_bus *bus, struct device *parent,
|
||||
|
||||
/*
|
||||
* Initialize multi_link flag
|
||||
* TODO: populate this flag by reading property from FW node
|
||||
*/
|
||||
bus->multi_link = false;
|
||||
if (bus->ops->read_prop) {
|
||||
|
Loading…
Reference in New Issue
Block a user