soundwire: intel: Remove unnecessary TODO
authorKhalid Masum <khalid.masum.92@gmail.com>
Wed, 17 Aug 2022 07:48:59 +0000 (13:48 +0600)
committerVinod Koul <vkoul@kernel.org>
Tue, 23 Aug 2022 16:56:08 +0000 (22:26 +0530)
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>
drivers/soundwire/bus.c

index 8d4000664fa34f712fa60a3f4b7d985bb90f94b6..18158825a6d8369ed1ea76bce0c418f8f9d61ab8 100644 (file)
@@ -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) {