mirror of https://github.com/thesofproject/sof.git
Tools: Topology2: Add DMIC1 defaults definitions
The needed defaults for DMIC1 for PCM ID and sample rate are added similarly as for DMIC0 for later use. DMIC1 related pipelines are not used by default so DMIC1_ENABLE is set to false. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
parent
537b0b321c
commit
20c7c7963f
|
@ -7,6 +7,7 @@ Define {
|
||||||
DMIC0_ID 6 # Default link ID based on HDA generic machine driver
|
DMIC0_ID 6 # Default link ID based on HDA generic machine driver
|
||||||
DMIC1_ID 7 # Default link ID based on HDA generic machine driver
|
DMIC1_ID 7 # Default link ID based on HDA generic machine driver
|
||||||
DMIC0_PCM_ID 10 # Default DMIC0 PCM ID
|
DMIC0_PCM_ID 10 # Default DMIC0 PCM ID
|
||||||
|
DMIC1_PCM_ID 11 # Default DMIC1 PCM ID
|
||||||
FORMAT s32le
|
FORMAT s32le
|
||||||
# IO_CLK applicable for TGL and ADL
|
# IO_CLK applicable for TGL and ADL
|
||||||
DMIC_IO_CLK 38400000
|
DMIC_IO_CLK 38400000
|
||||||
|
@ -36,4 +37,7 @@ Define {
|
||||||
DMIC_CORE_ID 0
|
DMIC_CORE_ID 0
|
||||||
PASSTHROUGH "false"
|
PASSTHROUGH "false"
|
||||||
DMIC_PIPELINE_PRIORITY 0
|
DMIC_PIPELINE_PRIORITY 0
|
||||||
|
DMIC0_RATE 48000
|
||||||
|
DMIC1_RATE 16000
|
||||||
|
DMIC1_ENABLE "false"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue