Tools: Topology2: Change PGA widget curve_duration to 20 ms

The previous value 10 is only 0.1 us that disables the gain
ramp totally and causes harsh sounding volume transitions.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
Seppo Ingalsuo 2023-02-16 19:14:12 +02:00 committed by Liam Girdwood
parent e40cf6d7d1
commit a639604dbb
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ Class.Widget."gain" {
period_sink_count 2
period_source_count 2
curve_type "fade"
curve_duration 10
curve_duration 200000 # 20 ms
init_value 0x7fffffff
num_input_pins 1
num_output_pins 1