-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tools: Topology2: Add macros DMIC_CLK_MIN and DMIC_CLK_MAX
The microphone min and max bus clock rates can be customized from build when the macros are used. The minimum rate is increased from 500 kHz to 1.2 MHz to be sure it works for all microphones. The Rate can be dropped in topologies build per topology back to 500 kHz with DMIC_CLK_MIN=500000. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
- Loading branch information
Showing
2 changed files
with
6 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,4 +42,6 @@ Define { | |
DMIC0_BITS 32 | ||
DMIC1_BITS 32 | ||
DMIC1_ENABLE "false" | ||
DMIC_CLK_MIN 1200000 | ||
DMIC_CLK_MAX 4800000 | ||
} |
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