Skip to content

Commit 0fe1e0d

Browse files
committed
modules: toml: Use uuid from registry
Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
1 parent 21f7ce8 commit 0fe1e0d

File tree

31 files changed

+40
-40
lines changed

31 files changed

+40
-40
lines changed

src/audio/aria/aria.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
REM # Aria module config
66
[[module.entry]]
77
name = "ARIA"
8-
uuid = "99F7166D-372C-43EF-81F6-22007AA15F03"
8+
uuid = UUIDREG_STR_ARIA
99
affinity_mask = "0x1"
1010
instance_count = "8"
1111
domain_types = "0"

src/audio/asrc/asrc.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[[module.entry]]
66
name = "ASRC"
7-
uuid = "66B4402D-B468-42F2-81A7-B37121863DD4"
7+
uuid = UUIDREG_STR_ASRC4
88
affinity_mask = "0x3"
99
instance_count = "2"
1010
domain_types = "0"

src/audio/codec/dts/dts.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
REM # dts codec module config
66
[[module.entry]]
77
name = "DTS"
8-
uuid = "D95FC34F-370F-4AC7-BC86-BFDC5BE241E6"
8+
uuid = UUIDREG_STR_DTS
99
affinity_mask = "0x1"
1010
instance_count = "40"
1111
domain_types = "0"

src/audio/copier/copier.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[[module.entry]]
22
name = "COPIER"
3-
uuid = "9BA00C83-CA12-4A83-943C-1FA2E82F9DDA"
3+
uuid = UUIDREG_STR_COPIER
44
affinity_mask = "0x1"
55
instance_count = "32"
66
domain_types = "0"

src/audio/crossover/crossover.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
REM # be appended to the IPC payload. The Extension is needed to know the output pin indices.
88
[[module.entry]]
99
name = "XOVER"
10-
uuid = "948C9AD1-806A-4131-AD6C-B2BDA9E35A9F"
10+
uuid = UUIDREG_STR_CROSSOVER
1111
affinity_mask = "0x1"
1212
instance_count = "40"
1313
domain_types = "0"

src/audio/dcblock/dcblock.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
REM # DCblock module config
66
[[module.entry]]
77
name = "DCBLOCK"
8-
uuid = "B809EFAF-5681-42B1-9ED6-04BB012DD384"
8+
uuid = UUIDREG_STR_DCBLOCK
99
affinity_mask = "0x1"
1010
instance_count = "40"
1111
domain_types = "0"

src/audio/drc/drc.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
REM # DRC module config
66
[[module.entry]]
77
name = "DRC"
8-
uuid = "B36EE4DA-006F-47F9-A06D-FECBE2D8B6CE"
8+
uuid = UUIDREG_STR_DRC
99
affinity_mask = "0x1"
1010
instance_count = "40"
1111
domain_types = "0"

src/audio/eq_fir/eq_fir.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
REM # eq fir module config
66
[[module.entry]]
77
name = "EQFIR"
8-
uuid = "43A90CE7-F3A5-41DF-AC06-BA98651AE6A3"
8+
uuid = UUIDREG_STR_EQ_FIR
99
affinity_mask = "0x1"
1010
instance_count = "40"
1111
domain_types = "0"

src/audio/eq_iir/eq_iir.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
REM # eq iir module config
66
[[module.entry]]
77
name = "EQIIR"
8-
uuid = "5150C0E6-27F9-4EC8-8351-C705B642D12F"
8+
uuid = UUIDREG_STR_EQ_IIR
99
affinity_mask = "0x1"
1010
instance_count = "40"
1111
domain_types = "0"

src/audio/google/google_ctc_audio_processing.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
REM # CTC module config
66
[[module.entry]]
77
name = "CTC"
8-
uuid = "BF0E1BBC-DC6A-45FE-BC90-2554CB137AB4"
8+
uuid = UUIDREG_STR_GOOGLE_CTC_AUDIO_PROCESSING
99
affinity_mask = "0x1"
1010
instance_count = "40"
1111
domain_types = "0"

0 commit comments

Comments
 (0)