topology: modify tlv data to match volume range supported by firmware
This patch modifies the tlv data for volume controls to match the volume range supported in the firmware. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
parent
b799e3fa3b
commit
0f9612cf9d
|
@ -4,11 +4,11 @@
|
|||
#
|
||||
|
||||
SectionTLV."vtlv_m90s3" {
|
||||
Comment "-90dB step 3dB"
|
||||
Comment "-64dB step 2dB"
|
||||
|
||||
scale {
|
||||
min "-9000"
|
||||
step "300"
|
||||
min "-6400"
|
||||
step "200"
|
||||
mute "1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue