Skip to content

Commit 64968ee

Browse files
stolxlgirdwood
authored andcommitted
tools: topology: fix jsl rt5682-based topologies
Signed-off-by: stolx <oleksandr.strelchenko@waves.com>
1 parent 85a4c4b commit 64968ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/topology/topology1/sof-jsl-rt5682.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ PIPELINE_PCM_ADD(
6565
1, 0, 2, s32le,
6666
1000, 0, 0,
6767
48000, 48000, 48000)
68-
undefine(ENDPOINT_NAME)')
68+
undefine(`ENDPOINT_NAME')')
6969

7070
# Low Latency playback pipeline 2 on PCM 1 using max 2 channels of s32le.
7171
# Schedule 48 frames per 1000us deadline with priority 0 on core 0
@@ -77,7 +77,7 @@ PIPELINE_PCM_ADD(
7777
2, 1, 2, s32le,
7878
1000, 0, 0,
7979
48000, 48000, 48000)
80-
undefine(ENDPOINT_NAME)
80+
undefine(`ENDPOINT_NAME')
8181

8282
# Low Latency capture pipeline 3 on PCM 1 using max 2 channels of s32le.
8383
# Schedule 48 frames per 1000us deadline with priority 0 on core 0

0 commit comments

Comments
 (0)