mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
Merge tag 'asoc-fix-v6.4-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fix for v6.4 A fix for a typoed iterator in the Intel Soundwire driver, fairly simple on inspection though not reviewed by Intel.
This commit is contained in:
@@ -1347,7 +1347,7 @@ static int sof_card_dai_links_create(struct device *dev,
|
||||
if ((SDW_PART_ID(adr_link->adr_d[i].adr) !=
|
||||
SDW_PART_ID(adr_link->adr_d[j].adr)) ||
|
||||
(SDW_MFG_ID(adr_link->adr_d[i].adr) !=
|
||||
SDW_MFG_ID(adr_link->adr_d[i].adr))) {
|
||||
SDW_MFG_ID(adr_link->adr_d[j].adr))) {
|
||||
append_codec_type = true;
|
||||
goto out;
|
||||
}
|
||||
|
Reference in New Issue
Block a user