Fix FM slimbus channel and port configuration
Fix FM slimbus channel and port configuration. CRs-Fixed: 3219117 Change-Id: I3f8f5536a2d8a6cae0e0764ef4e2d6e4fc17cf7d
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
8d9d6954ea
commit
2b813f0aba
@@ -132,8 +132,8 @@ int btfm_slim_enable_ch(struct btfmslim *btfmslim, struct btfmslim_ch *ch,
|
||||
goto error;
|
||||
}
|
||||
}
|
||||
chan->dai.sconfig.chs[i] = chan->ch;
|
||||
chan->dai.sconfig.port_mask |= BIT(chan->port);
|
||||
chan->dai.sconfig.chs[i] = ch->ch;
|
||||
chan->dai.sconfig.port_mask |= BIT(ch->port);
|
||||
}
|
||||
|
||||
/* Activate the channel immediately */
|
||||
|
Reference in New Issue
Block a user