6 Jul
2017
6 Jul
'17
5:53 p.m.
Add initial TLV library that can be included and re-used by pipelines.
Signed-off-by: Liam Girdwood liam.r.girdwood@linux.intel.com --- topology/common/tlv.m4 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 topology/common/tlv.m4
diff --git a/topology/common/tlv.m4 b/topology/common/tlv.m4 new file mode 100644 index 0000000..e591fa8 --- /dev/null +++ b/topology/common/tlv.m4 @@ -0,0 +1,14 @@ +# TLV +# +# Common TLV control ranges +# + +SectionTLV."vtlv_m90s3" { + Comment "-90dB step 3dB" + + scale { + min "-9000" + step "300" + mute "1" + } +}
--
2.11.0