We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a4c4b commit 64968eeCopy full SHA for 64968ee
tools/topology/topology1/sof-jsl-rt5682.m4
@@ -65,7 +65,7 @@ PIPELINE_PCM_ADD(
65
1, 0, 2, s32le,
66
1000, 0, 0,
67
48000, 48000, 48000)
68
-undefine(ENDPOINT_NAME)')
+undefine(`ENDPOINT_NAME')')
69
70
# Low Latency playback pipeline 2 on PCM 1 using max 2 channels of s32le.
71
# Schedule 48 frames per 1000us deadline with priority 0 on core 0
@@ -77,7 +77,7 @@ PIPELINE_PCM_ADD(
77
2, 1, 2, s32le,
78
79
80
-undefine(ENDPOINT_NAME)
+undefine(`ENDPOINT_NAME')
81
82
# Low Latency capture pipeline 3 on PCM 1 using max 2 channels of s32le.
83
0 commit comments