Skip to content

Commit

Permalink
Revert "Tools: Topology2: Add IIR, FIR, DRC to HDA analog playback"
Browse files Browse the repository at this point in the history
This is reverting SOF PR8934.
#8934

This reverts commit 727ad82.
  • Loading branch information
fredoh9 committed Mar 18, 2024
1 parent fc48fbd commit 96d7669
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions tools/topology/topology2/cavs-mixin-mixout-hda.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ Define {
DEEP_BUFFER_PIPELINE_SRC 'mixin.15.1'
DEEP_BUFFER_PIPELINE_SINK 'mixout.2.1'
DEEP_BUFFER_PCM_NAME 'Deepbuffer HDA Analog'
EFX_FIR_PARAMS 'passthrough'
EFX_IIR_PARAMS 'passthrough'
EFX_DRC_PARAMS 'passthrough'
}

# include deep buffer config if buffer size is in 1 - 1000 ms.
Expand All @@ -31,7 +28,7 @@ Object.Dai.HDA [
]

Object.Pipeline {
mixout-gain-efx-dai-copier-playback [
mixout-gain-dai-copier-playback [
{
index 2

Expand All @@ -46,26 +43,6 @@ Object.Pipeline {
name 'Post Mixer $ANALOG_PLAYBACK_PCM Volume'
}
}
Object.Widget.eqiir.1 {
Object.Control.bytes."1" {
name 'Post Mixer $ANALOG_PLAYBACK_PCM IIR Eq bytes'
}
}
Object.Widget.eqfir.1 {
Object.Control.bytes."1" {
name 'Post Mixer $ANALOG_PLAYBACK_PCM FIR Eq bytes'
}
}
Object.Widget.drc.1 {
Object.Control {
bytes."1" {
name 'Post Mixer $ANALOG_PLAYBACK_PCM DRC bytes'
}
mixer."1" {
name 'Post Mixer $ANALOG_PLAYBACK_PCM DRC switch'
}
}
}
}
]

Expand Down Expand Up @@ -156,7 +133,7 @@ Object.PCM.pcm [
Object.Base.route [
{
sink 'dai-copier.HDA.$HDA_ANALOG_DAI_NAME.playback'
source 'drc.2.1'
source 'gain.2.1'
}
{
source 'mixin.1.1'
Expand Down

0 comments on commit 96d7669

Please sign in to comment.