topology: Remove second SRC from BYT/CHT default topologies

SRC in default full rate and high quality configuration is quite large.
free up some memory on BYT and CHT by using only one SRC.

TODO: Provide the SRC with configuration data for supported rates and
quality in order to significantly reduce it's footprint.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2017-08-24 21:52:00 +01:00
parent da9108adff
commit 5ca8e8d39c
4 changed files with 5 additions and 40 deletions

View File

@ -22,8 +22,6 @@ include(`dsps/byt.m4')
# |--low latency mixer ----> volume ----> SSP2
# PCM2 ----> SRC -----> volume ----+
# |
# PCM3 ----> SRC -----> volume ----+
# |
# Tone -----> volume ----+
#
# PCM1 <---- Volume <---- SSP2
@ -44,11 +42,6 @@ PIPELINE_PCM_ADD(sof/pipe-low-latency-capture.m4, 2, 1, 2, s32le, 48, 1000, 0, 0
# Use DMAC 0 channel 3 for PCM audio playback data
PIPELINE_PCM_ADD(sof/pipe-pcm-media.m4, 3, 2, 2, s32le, 96, 2000, 1, 0, 0, 3)
# PCM Media Playback pipeline 4 on PCM 3 using max 2 channels of s32le.
# Schedule 96 frames per 2000us deadline on core 0 with priority 1
# Use DMAC 0 channel 4 for PCM audio playback data
PIPELINE_PCM_ADD(sof/pipe-pcm-media.m4, 4, 3, 2, s32le, 96, 2000, 1, 0, 0, 4)
# Tone Playback pipeline 5 using max 2 channels of s32le.
# Schedule 192 frames per 4000us deadline on core 0 with priority 2
PIPELINE_ADD(sof/pipe-tone.m4, 5, 2, s32le, 192, 4000, 2, 0)
@ -60,8 +53,6 @@ SectionGraph."pipe-byt-nocodec" {
lines [
# media 0
dapm(PIPELINE_MIXER_1, PIPELINE_SOURCE_3)
# media 1
dapm(PIPELINE_MIXER_1, PIPELINE_SOURCE_4)
#tone
dapm(PIPELINE_MIXER_1, PIPELINE_SOURCE_5)
]

View File

@ -22,8 +22,6 @@ include(`dsps/byt.m4')
# |--low latency mixer ----> volume ----> SSP2
# PCM2 ----> SRC -----> volume ----+
# |
# PCM3 ----> SRC -----> volume ----+
# |
# Tone -----> volume ----+
#
# PCM1 <---- Volume <---- SSP2
@ -44,11 +42,6 @@ PIPELINE_PCM_ADD(sof/pipe-low-latency-capture.m4, 2, 1, 2, s32le, 48, 1000, 0, 0
# Use DMAC 0 channel 3 for PCM audio playback data
PIPELINE_PCM_ADD(sof/pipe-pcm-media.m4, 3, 2, 2, s32le, 96, 2000, 1, 0, 0, 3)
# PCM Media Playback pipeline 4 on PCM 3 using max 2 channels of s32le.
# Schedule 96 frames per 2000us deadline on core 0 with priority 1
# Use DMAC 0 channel 4 for PCM audio playback data
PIPELINE_PCM_ADD(sof/pipe-pcm-media.m4, 4, 3, 2, s32le, 96, 2000, 1, 0, 0, 4)
# Tone Playback pipeline 5 using max 2 channels of s32le.
# Schedule 192 frames per 4000us deadline on core 0 with priority 2
PIPELINE_ADD(sof/pipe-tone.m4, 5, 2, s32le, 192, 4000, 2, 0)
@ -60,8 +53,6 @@ SectionGraph."pipe-byt-rt5640" {
lines [
# media 0
dapm(PIPELINE_MIXER_1, PIPELINE_SOURCE_3)
# media 1
dapm(PIPELINE_MIXER_1, PIPELINE_SOURCE_4)
#tone
dapm(PIPELINE_MIXER_1, PIPELINE_SOURCE_5)
]

View File

@ -22,8 +22,6 @@ include(`dsps/byt.m4')
# |--low latency mixer ----> volume ----> SSP2
# PCM2 ----> SRC -----> volume ----+
# |
# PCM3 ----> SRC -----> volume ----+
# |
# Tone -----> volume ----+
#
# PCM1 <---- Volume <---- SSP2
@ -44,11 +42,6 @@ PIPELINE_PCM_ADD(sof/pipe-low-latency-capture.m4, 2, 1, 2, s32le, 48, 1000, 0, 0
# Use DMAC 0 channel 3 for PCM audio playback data
PIPELINE_PCM_ADD(sof/pipe-pcm-media.m4, 3, 2, 2, s32le, 96, 2000, 1, 0, 0, 3)
# PCM Media Playback pipeline 4 on PCM 3 using max 2 channels of s32le.
# Schedule 96 frames per 2000us deadline on core 0 with priority 1
# Use DMAC 0 channel 4 for PCM audio playback data
PIPELINE_PCM_ADD(sof/pipe-pcm-media.m4, 4, 3, 2, s32le, 96, 2000, 1, 0, 0, 4)
# Tone Playback pipeline 5 using max 2 channels of s32le.
# Schedule 192 frames per 4000us deadline on core 0 with priority 2
PIPELINE_ADD(sof/pipe-tone.m4, 5, 2, s32le, 192, 4000, 2, 0)
@ -60,8 +53,6 @@ SectionGraph."pipe-byt-rt5651" {
lines [
# media 0
dapm(PIPELINE_MIXER_1, PIPELINE_SOURCE_3)
# media 1
dapm(PIPELINE_MIXER_1, PIPELINE_SOURCE_4)
#tone
dapm(PIPELINE_MIXER_1, PIPELINE_SOURCE_5)
]
@ -73,11 +64,11 @@ SectionGraph."pipe-byt-rt5651" {
# SSP port 2 is our only pipeline DAI
#
# playback DAI is SSP2 using I2S DAPM stream and 2 periods
DAI_ADD(sof/pipe-dai-playback.m4, SSP, 2, I2S, PIPELINE_SOURCE_1, 2)
# playback DAI is SSP2 using "Audio" DAPM stream name and 2 periods
DAI_ADD(sof/pipe-dai-playback.m4, SSP, 2, Audio, PIPELINE_SOURCE_1, 2)
# capture DAI is SSP2 using I2S DAPM stream and 2 periods
DAI_ADD(sof/pipe-dai-capture.m4, SSP, 2, I2S, PIPELINE_SINK_2, 2)
# capture DAI is SSP2 using "Audio" DAPM stream name and 2 periods
DAI_ADD(sof/pipe-dai-capture.m4, SSP, 2, Audio, PIPELINE_SINK_2, 2)
#
# BE configurations - overrides config in ACPI if present
@ -87,3 +78,4 @@ DAI_CONFIG(SSP, 2, Baytrail Audio, Audio, I2S, 24,
DAI_CLOCK(bclk, 2400000, slave),
DAI_CLOCK(fsync, 48000, slave),
DAI_TDM(2, 25, 3, 3))

View File

@ -22,8 +22,6 @@ include(`dsps/cht.m4')
# |--low latency mixer ----> volume ----> SSP2
# PCM2 ----> SRC -----> volume ----+
# |
# PCM3 ----> SRC -----> volume ----+
# |
# Tone -----> volume ----+
#
# PCM1 <---- Volume <---- SSP2
@ -39,11 +37,6 @@ PIPELINE_PCM_ADD(sof/pipe-low-latency-playback.m4, 1, 0, 2, s32le, 48, 1000, 0,
# Use DMAC 0 channel 2 for PCM audio capture data
PIPELINE_PCM_ADD(sof/pipe-low-latency-capture.m4, 2, 1, 2, s32le, 48, 1000, 0, 0, 0, 2)
# PCM Media Playback pipeline 3 on PCM 2 using max 2 channels of s32le.
# Schedule 96 frames per 2000us deadline on core 0 with priority 1
# Use DMAC 0 channel 3 for PCM audio playback data
PIPELINE_PCM_ADD(sof/pipe-pcm-media.m4, 3, 2, 2, s32le, 96, 2000, 1, 0, 0, 3)
# PCM Media Playback pipeline 4 on PCM 3 using max 2 channels of s32le.
# Schedule 96 frames per 2000us deadline on core 0 with priority 1
# Use DMAC 0 channel 4 for PCM audio playback data
@ -60,8 +53,6 @@ SectionGraph."pipe-cht-nocodec" {
lines [
# media 0
dapm(PIPELINE_MIXER_1, PIPELINE_SOURCE_3)
# media 1
dapm(PIPELINE_MIXER_1, PIPELINE_SOURCE_4)
#tone
dapm(PIPELINE_MIXER_1, PIPELINE_SOURCE_5)
]