ASoC: intel: sof_sdw: Fixup typo in device link checking
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Wed, 14 Jun 2023 14:21:16 +0000 (15:21 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 19 Jun 2023 11:58:22 +0000 (12:58 +0100)
commit1f1ef7e5bbe2de125da413e238915f6047ea4ba2
treea834191da3f5a494655c849d9d3b1ec6e60a82ab
parentf9fd804aa0a36f15a35ca070ec4c52650876cc29
ASoC: intel: sof_sdw: Fixup typo in device link checking

The loop checking for multiple different devices on a single sdw link
contains a typo accidentally using i twice instead of j. Correct to the
correct index variable.

Fixes: dc5a3e60a4b5 ("ASoC: Intel: sof_sdw: append codec type to dai link name")
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20230614142116.1059677-1-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/sof_sdw.c