Skip to content

Commit 1afc383

Browse files
committed
ASoC: Merge up fixes for CI
Some of the fixes merged should be relevant for my CI stability.
2 parents 9bd1f9d + 1f1ef7e commit 1afc383

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/intel/boards/sof_sdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1687,7 +1687,7 @@ static int sof_card_dai_links_create(struct device *dev,
16871687
if ((SDW_PART_ID(adr_link->adr_d[i].adr) !=
16881688
SDW_PART_ID(adr_link->adr_d[j].adr)) ||
16891689
(SDW_MFG_ID(adr_link->adr_d[i].adr) !=
1690-
SDW_MFG_ID(adr_link->adr_d[i].adr))) {
1690+
SDW_MFG_ID(adr_link->adr_d[j].adr))) {
16911691
append_dai_type = true;
16921692
goto out;
16931693
}

0 commit comments

Comments
 (0)