forked from thesofproject/sof
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
topology1: sof-tgl-rt711-rt1308: add NOJACK support
The NO_JACK flag is just to adjust the JACK_OFFSET to calculate the DMIC link ID. But it doesn't remove the jack PCMs. However, the way that machine driver set the link ID is changed. Now the formula define(DMIC_DAI_LINK_48k_ID, eval(JACK_OFFSET+AMP_OFFSET+AMP_REF_OFFSET)) is not always true. To not impact the existing topologies, the commit suggests to add a NOJACK flag like sof-icl-rt711-rt1308-rt715-hdmi.m4 does to remove the JACK PCMs. Signed-off-by: Bard Liao <[email protected]>
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters