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 devices. SSP0 config for ALC5650 Speaker SSP2 config for ALC5650 Headphone add clks_control attribute {}. Because ALC5650 requires MCLK 24.576MHz always on and 24 valid bits. So that it will overriden the SSP_CLKS_CONTROL and SSP_SAMPLE_BITS. Otherwise, keep the default configurations. Signed-off-by: Mac Chiang <[email protected]>
- Loading branch information
Showing
3 changed files
with
34 additions
and
2 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