-
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: Update configuration blobs for Aria
The blob for Aria is updated for current ABI version and with options for all possible configurations. The new blobs are passthrough.conf, and blobs for parameter values 1 - 3. The benchmark topologies are configured to to use parameter value 2 (+12 dB level boost target) and parameter value 1 (+6 dB boost target). Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
- Loading branch information
Showing
10 changed files
with
60 additions
and
10 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
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
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
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
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
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
10 changes: 10 additions & 0 deletions
10
tools/topology/topology2/include/components/aria/param_1.conf
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Exported with script sof_aria_blobs.m 24-Oct-2024 | ||
# cd tools/tune/aria; octave sof_aria_blobs.m | ||
Object.Base.data."aria_config" { | ||
bytes " | ||
0x53,0x4f,0x46,0x34,0x01,0x00,0x00,0x00, | ||
0x04,0x00,0x00,0x00,0x00,0xa0,0x01,0x03, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x01,0x00,0x00,0x00" | ||
} |
10 changes: 10 additions & 0 deletions
10
tools/topology/topology2/include/components/aria/param_2.conf
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Exported with script sof_aria_blobs.m 24-Oct-2024 | ||
# cd tools/tune/aria; octave sof_aria_blobs.m | ||
Object.Base.data."aria_config" { | ||
bytes " | ||
0x53,0x4f,0x46,0x34,0x01,0x00,0x00,0x00, | ||
0x04,0x00,0x00,0x00,0x00,0xa0,0x01,0x03, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x02,0x00,0x00,0x00" | ||
} |
10 changes: 10 additions & 0 deletions
10
tools/topology/topology2/include/components/aria/param_3.conf
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Exported with script sof_aria_blobs.m 24-Oct-2024 | ||
# cd tools/tune/aria; octave sof_aria_blobs.m | ||
Object.Base.data."aria_config" { | ||
bytes " | ||
0x53,0x4f,0x46,0x34,0x01,0x00,0x00,0x00, | ||
0x04,0x00,0x00,0x00,0x00,0xa0,0x01,0x03, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x03,0x00,0x00,0x00" | ||
} |
10 changes: 10 additions & 0 deletions
10
tools/topology/topology2/include/components/aria/passthrough.conf
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Exported with script sof_aria_blobs.m 24-Oct-2024 | ||
# cd tools/tune/aria; octave sof_aria_blobs.m | ||
Object.Base.data."aria_config" { | ||
bytes " | ||
0x53,0x4f,0x46,0x34,0x01,0x00,0x00,0x00, | ||
0x04,0x00,0x00,0x00,0x00,0xa0,0x01,0x03, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00" | ||
} |