-
Notifications
You must be signed in to change notification settings - Fork 350
Expand file tree
/
Copy pathdmic-default.conf
More file actions
56 lines (53 loc) · 1.75 KB
/
dmic-default.conf
File metadata and controls
56 lines (53 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Default DMIC variable definitions
Define {
PDM0_MIC_A_ENABLE 1
PDM0_MIC_B_ENABLE 1
PDM1_MIC_A_ENABLE 0
PDM1_MIC_B_ENABLE 0
DMIC0_ID 6 # 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
DMIC1_PCM_ID 11 # Default DMIC1 PCM ID
FORMAT s32le
# IO_CLK applicable for TGL and ADL
DMIC_IO_CLK 38400000
# driver version applicable for TGL and ADL
DMIC_DRIVER_VERSION 1
DMIC0_HOST_PIPELINE_ID 11
DMIC0_DAI_PIPELINE_ID 12
DMIC0_HOST_PIPELINE_SINK "copier.host.11.1"
DMIC0_DAI_PIPELINE_SRC "dai-copier.DMIC.dmic01.capture"
DMIC0_NAME dmic01
DMIC1_NAME dmic16k
DMIC0_PCM_CAPS "Passthrough Capture 11"
DMIC0_DAI_EQIIR "highpass_40hz_0db"
DMIC1_DAI_EQIIR "highpass_100hz_20db"
DMIC1_HOST_PIPELINE_ID 18
DMIC1_DAI_PIPELINE_ID 19
WOV_PIPELINE_ID 20
DMIC1_HOST_PIPELINE_SINK 'copier.host.18.1'
DMIC_WOV_DAI_PIPELINE_SRC 'dai-copier.DMIC.dmic16k.capture'
DMIC_WOV_DAI_PIPELINE_KPB 'kpb.19.1'
WOV_PIPELINE_SINK 'micsel.20.1'
WOV_PIPELINE_VIRTUAL 'virtual.detect_sink'
INCLUDE_WOV 'false'
# The UUID corresponds to the test detect component
WOV_UUID '1f:d5:a8:eb:27:78:b5:47:82:ee:de:6e:77:43:af:67'
WOV_CPC '360000'
DMIC1_PCM_CAPS 'Passthrough Capture 18'
DMIC_CORE_ID 0
PASSTHROUGH "false"
DMIC_PIPELINE_PRIORITY 0
DMIC0_RATE 48000
DMIC1_RATE 16000
DMIC1_ENABLE "false"
# TDFB and DRC pipeline
DMIC0_ENHANCED_CAPTURE "false"
# Note: This will be redefined in dmic-generic.conf if not set from cmake
DMIC0_PCM_CHANNELS 0
# Deep buffer capture
DMIC0_DEEP_BUFFER_PCM_NAME "DMIC Deep Buffer"
DMIC0_DEEP_BUFFER_PIPELINE_ID 18
DMIC0_DEEP_BUFFER_PCM_ID 46
DMIC0_DEEP_BUFFER false
}