mirror of https://github.com/thesofproject/sof.git
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:
parent
cb5d769a84
commit
849da9d0af
|
@ -165,5 +165,5 @@ Class.Widget."gain" {
|
|||
period_source_count 2
|
||||
curve_type "linear"
|
||||
curve_duration 10
|
||||
init_value 0x6fffffff
|
||||
init_value 0x7fffffff
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue