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:
Ranjani Sridharan 2018-03-22 21:33:50 -07:00 committed by Liam Girdwood
parent b799e3fa3b
commit 0f9612cf9d
1 changed files with 3 additions and 3 deletions

View File

@ -4,11 +4,11 @@
# #
SectionTLV."vtlv_m90s3" { SectionTLV."vtlv_m90s3" {
Comment "-90dB step 3dB" Comment "-64dB step 2dB"
scale { scale {
min "-9000" min "-6400"
step "300" step "200"
mute "1" mute "1"
} }
} }