Skip to content

Commit

Permalink
Tools: Topology1: Change name of default DRC test blob
Browse files Browse the repository at this point in the history
The tplg1 blobs are still used with IPC3 testbench test pipelines.

The updated script example_drc.m exports the blob used for DRC
test with name "speaker_default" so, the blob file name to include
to test pipeline is changed. The blob content is same as before.

Signed-off-by: Seppo Ingalsuo <[email protected]>
  • Loading branch information
singalsu authored and lgirdwood committed May 22, 2024
1 parent 1ff7c36 commit b6f1bba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Exported with script example_drc.m 18-Dec-2023
# Exported with script example_drc.m 21-May-2024
# cd tools/tune/drc; octave --no-window-system example_drc.m
CONTROLBYTES_PRIV(DRC_priv,
` bytes "0x53,0x4f,0x46,0x00,0x00,0x00,0x00,0x00,'
Expand All @@ -8,12 +8,12 @@ CONTROLBYTES_PRIV(DRC_priv,
` 0x6c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,'
` 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,'
` 0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,'
` 0x00,0x00,0x00,0xe7,0x00,0x00,0x00,0x0f,'
` 0x00,0x00,0x00,0xe2,0x00,0x00,0x00,0x14,'
` 0x00,0x00,0x00,0x0a,0xd3,0x4d,0x62,0x00,'
` 0x0c,0x57,0x99,0x03,0x66,0x66,0x66,0x06,'
` 0x5c,0xea,0xc1,0x00,0xbf,0x84,0x23,0x00,'
` 0x03,0x3e,0xd6,0xff,0x4e,0xf4,0x50,0x00,'
` 0xb6,0xa0,0xb5,0x09,0x4c,0x10,0x61,0x04,'
` 0x8a,0x1b,0x06,0x02,0x66,0x66,0x66,0x06,'
` 0x2f,0x97,0xba,0x00,0x18,0x0c,0x1e,0x00,'
` 0x20,0x42,0xe0,0xff,0x4e,0xf4,0x50,0x00,'
` 0x9a,0x9f,0x34,0x08,0xd3,0x2c,0xd8,0x04,'
` 0x1c,0xc7,0x71,0x00,0x77,0x77,0x77,0xff,'
` 0xd8,0x77,0x1f,0x00,0x05,0x00,0x00,0x00,'
` 0x00,0x80,0x43,0x00,0xd7,0x7d,0x04,0x00,'
Expand Down
2 changes: 1 addition & 1 deletion tools/topology/topology1/sof/pipe-drc-playback.m4
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ W_PCM_PLAYBACK(PCM_ID, DRC Playback, 2, 0, SCHEDULE_CORE)

define(DRC_priv, concat(`drc_bytes_', PIPELINE_ID))
define(MY_DRC_CTRL, concat(`drc_control_', PIPELINE_ID))
include(`drc_coef_generic_notebook_speaker.m4')
include(`drc_coef_speaker_default.m4')
C_CONTROLBYTES(MY_DRC_CTRL, PIPELINE_ID,
CONTROLBYTES_OPS(bytes, 258 binds the control to bytes get/put handlers, 258, 258),
CONTROLBYTES_EXTOPS(258 binds the control to bytes get/put handlers, 258, 258),
Expand Down

0 comments on commit b6f1bba

Please sign in to comment.