Skip to content

Commit a01fd66

Browse files
authored
Merge pull request #132 from cujomalainey/soft-cleanup
SOFT cleanup
2 parents 8cc1dad + d710f99 commit a01fd66

21 files changed

+59
-66
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ rwav/rwav
2020
*.tplg
2121
topology/*.conf
2222
topology/test/*.conf
23+
eqctl/sof-eqctl
24+
rmbox/sof-logger
25+
rmbox/sof-rmbox

topology/sof-apl-da7219.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Topology for AppoloLake with headset on SSP1, spk on SSP5 and DMIC capture
2+
# Topology for ApolloLake with Dialog7219 codec.
33
#
44

55
# Include topology builder

topology/sof-apl-eq-dmic.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include(`platform/intel/dmic.m4')
2020
#
2121
# Define the pipelines
2222
#
23-
# PCM6 <---- volume <----- DMIC6 (DMIC01)
23+
# PCM6 <---- EQ IIR <----- DMIC6 (DMIC01)
2424
#
2525

2626
dnl PIPELINE_PCM_ADD(pipeline,

topology/sof-apl-eq-pcm512x.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Topology for generic Apollolake UP^2 with pcm512x codec.
2+
# Topology for generic Apollolake UP^2 with pcm512x codec with equalizer components.
33
#
44

55
# Include topology builder
@@ -20,7 +20,7 @@ include(`platform/intel/bxt.m4')
2020
#
2121
# Define the pipelines
2222
#
23-
# PCM0 ----> volume -----> SSP5 (pcm512x)
23+
# PCM0 ----> EQ IIR ----> EQ FIR ----> volume ----> SSP5 (pcm512x)
2424
#
2525

2626
# Low Latency playback pipeline 1 on PCM 0 using max 2 channels of s32le.

topology/sof-apl-nocodec.m4

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Topology for generic Apollolake board with no codec.
2+
# Topology for generic Apollolake board with no codec and digital mic array.
33
#
44

55
# Include topology builder
@@ -21,18 +21,12 @@ include(`platform/intel/dmic.m4')
2121
#
2222
# Define the pipelines
2323
#
24-
# PCM0 ----> volume -----> SSP0
25-
# <---- volume <----- SSP0
26-
# PCM1 ----> Volume <----- SSP1
27-
# <---- Volume <----- SSP1
28-
# PCM2 ----> volume -----> SSP2
29-
# <---- Volume <----- SSP2
30-
# PCM3 ----> volume -----> SSP3
31-
# <---- volume <----- SSP3
32-
# PCM4 ----> volume -----> SSP4
33-
# <---- Volume <----- SSP4
34-
# PCM5 ----> volume -----> SSP5
35-
# <---- volume <----- SSP5
24+
# PCM0 <---> volume <----> SSP0
25+
# PCM1 <---> Volume <----> SSP1
26+
# PCM2 <---> volume <----> SSP2
27+
# PCM3 <---> volume <----> SSP3
28+
# PCM4 <---> volume <----> SSP4
29+
# PCM5 <---> volume <----> SSP5
3630
# PCM6 <---- volume <----- DMIC6 (DMIC01)
3731
#
3832

topology/sof-apl-pcm512x.m4

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Topology for generic Apollolake UP^2 with pcm512x codec.
2+
# Topology for generic Apollolake UP^2 with pcm512x codec and HDMI.
33
#
44

55
# Include topology builder
@@ -24,6 +24,9 @@ DEBUG_START
2424
# Define the pipelines
2525
#
2626
# PCM0 ----> volume -----> SSP5 (pcm512x)
27+
# PCM1 ----> volume -----> iDisp1
28+
# PCM2 ----> volume -----> iDisp2
29+
# PCM3 ----> volume -----> iDisp3
2730
#
2831

2932
dnl PIPELINE_PCM_ADD(pipeline,

topology/sof-apl-tdf8532.m4

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,12 @@ include(`platform/intel/bxt.m4')
2020
#
2121
# Define the pipelines
2222
#
23-
# PCM0 ----> volume -----> SSP4
24-
# PCM1 ----> volume -----> SSP2(Dirana Pb)
25-
# <---- Volume <----- SSP2(Dirana Cp)
26-
# PCM2 ----> volume -----> SSP0(BT HFP out)
27-
# <---- volume <----- SSP0(BT HFP in)
28-
# PCM3 <---- Volume <----- SSP1(HDMI in)
29-
# PCM4 ----> volume -----> SSP3(Modem out)
30-
# <---- volume <----- SSP3(Modem in)
31-
# PCM5 ----> volume -----> SSP5(TestPin out)
32-
# <---- volume <----- SSP3(TestPin in)
23+
# PCM0 -----> Volume -----> SSP4
24+
# PCM1 <----> Volume <----> SSP2(Dirana Pb/Cp)
25+
# PCM2 <----> Volume <----> SSP0(BT HFP out/in)
26+
# PCM3 <----- Volume <----- SSP1(HDMI in)
27+
# PCM4 <----> Volume <----> SSP3(Modem out/in)
28+
# PCM5 <----> Volume <----> SSP5(TestPin out/in)
3329
#
3430

3531
# Low Latency playback pipeline 1 on PCM 0 using max 4 channels of s32le.

topology/sof-bdw-rt286.m4

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Topology for generic Broadwell board with no codec.
2+
# Topology for generic Broadwell board with rt286.
33
#
44

55
# Include topology builder
@@ -21,12 +21,12 @@ include(`platform/intel/bdw.m4')
2121
# Define the pipelines
2222
#
2323
# PCM0 ----> volume ---------------+
24-
# |--low latency mixer ----> volume ----> SSP2
25-
# PCM2 ----> SRC -----> volume ----+
24+
# |--low latency mixer ----> volume ----> SSP0
25+
# PCM1 -----> volume -----> SRC ---+
2626
# |
2727
# Tone -----> volume ----+
2828
#
29-
# PCM1 <---- Volume <---- SSP0
29+
# PCM0 <---- Volume <---- SSP0
3030
#
3131

3232
# Low Latency playback pipeline 1 on PCM 0 using max 2 channels of s32le.

topology/sof-bdw-rt5640.m4

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Topology for generic Broadwell board with no codec.
2+
# Topology for generic Broadwell board with rt5640.
33
#
44

55
# Include topology builder
@@ -21,12 +21,12 @@ include(`platform/intel/bdw.m4')
2121
# Define the pipelines
2222
#
2323
# PCM0 ----> volume ---------------+
24-
# |--low latency mixer ----> volume ----> SSP2
25-
# PCM2 ----> SRC -----> volume ----+
24+
# |--low latency mixer ----> volume ----> SSP0
25+
# PCM1 -----> volume ----> SRC ----+
2626
# |
2727
# Tone -----> volume ----+
2828
#
29-
# PCM1 <---- Volume <---- SSP0
29+
# PCM0 <---- Volume <---- SSP0
3030
#
3131

3232
# Low Latency playback pipeline 1 on PCM 0 using max 2 channels of s32le.

topology/sof-byt-da7213.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ include(`platform/intel/byt.m4')
2222
#
2323
# PCM0 ----> volume ---------------+
2424
# |--low latency mixer ----> volume ----> SSP2
25-
# PCM2 ----> SRC -----> volume ----+
25+
# PCM1 -----> volume ----> SRC ----+
2626
# |
2727
# Tone -----> volume ----+
2828
#
29-
# PCM1 <---- Volume <---- SSP2
29+
# PCM0 <---- Volume <---- SSP2
3030
#
3131

3232
# Low Latency playback pipeline 1 on PCM 0 using max 2 channels of s32le.

0 commit comments

Comments
 (0)