mirror of https://github.com/thesofproject/sof.git
120 lines
2.5 KiB
Plaintext
120 lines
2.5 KiB
Plaintext
<searchdir:include>
|
|
<searchdir:include/common>
|
|
<searchdir:include/components>
|
|
<searchdir:include/dais>
|
|
<searchdir:include/pipelines/cavs>
|
|
<searchdir:platform>
|
|
<searchdir:platform/intel>
|
|
|
|
<vendor-token.conf>
|
|
<pdm_config.conf>
|
|
<tokens.conf>
|
|
<virtual.conf>
|
|
<host-copier-gain-mixin-playback.conf>
|
|
<mixout-gain-alh-dai-copier-playback.conf>
|
|
<dai-copier-eqiir-module-copier-capture.conf>
|
|
<gain-capture.conf>
|
|
<gain-copier-capture.conf>
|
|
<deepbuffer-playback.conf>
|
|
<host-gateway-playback.conf>
|
|
<host-gateway-capture.conf>
|
|
<io-gateway.conf>
|
|
<io-gateway-capture.conf>
|
|
<highpass-capture-be.conf>
|
|
<data.conf>
|
|
<pcm.conf>
|
|
<pcm_caps.conf>
|
|
<fe_dai.conf>
|
|
<alh.conf>
|
|
<hda.conf>
|
|
<dmic.conf>
|
|
<intel/hw_config_cardinal_clk.conf>
|
|
<manifest.conf>
|
|
<route.conf>
|
|
<intel/common_definitions.conf>
|
|
<dai-copier.conf>
|
|
<alh-dai-copier.conf>
|
|
<module-copier.conf>
|
|
<pipeline.conf>
|
|
<dai.conf>
|
|
<host.conf>
|
|
<input_audio_format.conf>
|
|
<output_audio_format.conf>
|
|
<dmic-default.conf>
|
|
<hdmi-default.conf>
|
|
<intel/ssp_aux_config.conf>
|
|
<ssp.conf>
|
|
<bt-default.conf>
|
|
|
|
Define {
|
|
PLATFORM "none"
|
|
DMIC_IO_CLK 38400000
|
|
NUM_DMICS 0
|
|
# override DMIC default definitions
|
|
PDM1_MIC_A_ENABLE 1
|
|
PDM1_MIC_B_ENABLE 1
|
|
DMIC0_HOST_PIPELINE_ID 100
|
|
DMIC0_DAI_PIPELINE_ID 101
|
|
DMIC0_HOST_PIPELINE_SINK 'gain.100.1'
|
|
DMIC0_DAI_PIPELINE_SRC 'module-copier.101.2'
|
|
DMIC0_DAI_COPIER 'dai-copier.DMIC.dmic01.capture'
|
|
DMIC0_DAI_GAIN 'eqiir.101.1'
|
|
DMIC0_NAME 'dmic01'
|
|
DMIC0_ID 4
|
|
DMIC1_ID 5
|
|
DMIC0_PCM_CAPS 'Gain Capture 13'
|
|
USE_CHAIN_DMA "false"
|
|
DEEP_BUFFER_PIPELINE_ID 15
|
|
DEEP_BUFFER_PCM_ID 31
|
|
DEEP_BUFFER_PIPELINE_SRC 'mixin.15.1'
|
|
DEEP_BUFFER_PIPELINE_SINK 'mixout.1.1'
|
|
DEEP_BUFFER_PCM_NAME 'Deepbuffer Jack Out'
|
|
SDW_JACK_OUT_STREAM 'SDW0-Playback'
|
|
SDW_JACK_IN_STREAM 'SDW0-Capture'
|
|
SDW_JACK_OUT_BE_ID 0
|
|
SDW_JACK_IN_BE_ID 1
|
|
NUM_SDW_AMP_LINKS 0
|
|
SDW_DMIC 0
|
|
SDW_JACK true
|
|
PASSTHROUGH false
|
|
SDW_JACK_CAPTURE_CH 2
|
|
ADD_BT false
|
|
}
|
|
|
|
# override defaults with platform-specific config
|
|
IncludeByKey.PLATFORM {
|
|
"mtl" "platform/intel/mtl.conf"
|
|
"lnl" "platform/intel/mtl.conf"
|
|
}
|
|
|
|
IncludeByKey.ADD_BT {
|
|
"true" "platform/intel/bt-generic.conf"
|
|
}
|
|
|
|
# include DMIC config if needed.
|
|
IncludeByKey.NUM_DMICS {
|
|
"[1-4]" "platform/intel/dmic-generic.conf"
|
|
}
|
|
|
|
Define {
|
|
NUM_HDMIS 3
|
|
}
|
|
|
|
# include HDMI config if needed.
|
|
IncludeByKey.NUM_HDMIS {
|
|
"[3-4]" "platform/intel/hdmi-generic.conf"
|
|
}
|
|
|
|
IncludeByKey.NUM_SDW_AMP_LINKS {
|
|
"[1-2]" "platform/intel/sdw-amp-generic.conf"
|
|
}
|
|
|
|
IncludeByKey.SDW_DMIC {
|
|
"1" "platform/intel/sdw-dmic-generic.conf"
|
|
}
|
|
|
|
IncludeByKey.SDW_JACK {
|
|
"true" "platform/intel/sdw-jack-generic.conf"
|
|
}
|
|
|