-
Notifications
You must be signed in to change notification settings - Fork 349
topology2: ssp: add link clock aux data for mtl #7060
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,6 +2,7 @@ | |
| <searchdir:include/common> | ||
| <searchdir:include/components> | ||
| <searchdir:include/dais> | ||
| <searchdir:include/dais/intel> | ||
| <searchdir:include/pipelines/cavs> | ||
| <searchdir:platform/intel> | ||
|
|
||
|
|
@@ -42,6 +43,9 @@ | |
| <input_audio_format.conf> | ||
| <output_audio_format.conf> | ||
| <dmic-default.conf> | ||
| <ssp-default.conf> | ||
| <intel_ssp_aux_config.conf> | ||
|
|
||
|
|
||
| Define { | ||
| MCLK 24576000 | ||
|
|
@@ -94,13 +98,21 @@ Object.Dai.SSP [ | |
| sample_bits 32 | ||
| quirks "lbm_mode" | ||
| io_clk $MCLK | ||
| version $SSP_BLOB_VERSION | ||
|
|
||
| Object.Base.hw_config.1 { | ||
| name "SSP0" | ||
| id 0 | ||
| mclk_freq $MCLK | ||
| bclk_freq 3072000 | ||
| tdm_slot_width 32 | ||
| IncludeByKey.PLATFORM { | ||
| "mtl" { | ||
| Object.Base.link_config.1 { | ||
| clock_source 1 | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
| { | ||
|
|
@@ -112,13 +124,21 @@ Object.Dai.SSP [ | |
| sample_bits 32 | ||
| quirks "lbm_mode" | ||
| io_clk $MCLK | ||
| version $SSP_BLOB_VERSION | ||
|
|
||
| Object.Base.hw_config.1 { | ||
| name "SSP1" | ||
| id 0 | ||
| mclk_freq $MCLK | ||
| bclk_freq 3072000 | ||
| tdm_slot_width 32 | ||
| IncludeByKey.PLATFORM { | ||
| "mtl" { | ||
| Object.Base.link_config.1 { | ||
| clock_source 1 | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } | ||
| { | ||
|
|
@@ -130,13 +150,21 @@ Object.Dai.SSP [ | |
| sample_bits 32 | ||
| quirks "lbm_mode" | ||
| io_clk $MCLK | ||
| version $SSP_BLOB_VERSION | ||
|
|
||
| Object.Base.hw_config.1 { | ||
| name "SSP2" | ||
| id 0 | ||
| mclk_freq $MCLK | ||
| bclk_freq 3072000 | ||
| tdm_slot_width 32 | ||
| IncludeByKey.PLATFORM { | ||
| "mtl" { | ||
| Object.Base.link_config.1 { | ||
| clock_source 1 | ||
| } | ||
| } | ||
| } | ||
|
||
| } | ||
| } | ||
| ] | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| # MTL-specific variable definitions | ||
| Define { | ||
| DMIC_DRIVER_VERSION 3 | ||
| SSP_BLOB_VERSION 0x105 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| # Default SSP variable definitions | ||
| Define { | ||
| SSP_BLOB_VERSION 0x100 | ||
| } | ||
lgirdwood marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
Uh oh!
There was an error while loading. Please reload this page.