topology2: gain: Fix the default gain value

Should be 0x7fffffff.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
Ranjani Sridharan 2022-02-03 21:09:05 -08:00 committed by Liam Girdwood
parent cb5d769a84
commit 849da9d0af
1 changed files with 1 additions and 1 deletions

View File

@ -165,5 +165,5 @@ Class.Widget."gain" {
period_source_count 2
curve_type "linear"
curve_duration 10
init_value 0x6fffffff
init_value 0x7fffffff
}