Skip to content
Snippets Groups Projects
Verified Commit 9f5e0cec authored by Sebastian Krzyszkowiak's avatar Sebastian Krzyszkowiak
Browse files

defaults: ucm2: Don't set HPF to Application mode in Handset profile

module-echo-cancel already does HPF on its own for call audio, and
such a strong filtering is not desired in general use case.
parent abc798b2
No related branches found
No related tags found
1 merge request!330defaults: ucm2: Don't set HPF to Application mode in Handset profile
Pipeline #79432 passed
...@@ -148,14 +148,11 @@ SectionDevice."Handset2" { ...@@ -148,14 +148,11 @@ SectionDevice."Handset2" {
EnableSequence [ EnableSequence [
cset "name='3D Switch' on" cset "name='3D Switch' on"
cset "name='3D Coefficients' 0x00,0x00,0xf8,0x00,0x00,0x00,0x07,0xc0" # duplicates left channel cset "name='3D Coefficients' 0x00,0x00,0xf8,0x00,0x00,0x00,0x07,0xc0" # duplicates left channel
cset "name='Capture HPF Mode' Application"
cset "name='Capture HPF Cutoff' 3" # 240.5 Hz at 48kHz sample rate
cset "name='Input Mode' Digital" cset "name='Input Mode' Digital"
] ]
DisableSequence [ DisableSequence [
cset "name='3D Switch' off" cset "name='3D Switch' off"
cset "name='Capture HPF Mode' Hi-fi"
] ]
Value { Value {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment