forked from thesofproject/sof
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
topology2: add ALC5650 codec support
ALC5650 codec is I2S codec integrated Headphone and Speaker. The HW board connects to ALC5650 as below: SSP0 config for rt5650-aif1 Speaker SSP2 config for rt5650-aif2 Headphone define clks_control attribute {MCLK_ES, BCLK_ES, MCLK_AON} default value is "0". ALC5650 requires MCLK_ALWAYS_ON, so override the SSP_CLKS_CONTROL. Signed-off-by: Mac Chiang <[email protected]>
- Loading branch information
Showing
3 changed files
with
30 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
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
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