[Sound-open-firmware] [PATCH 4/6] topology: Add initial TLV library.

Liam Girdwood liam.r.girdwood at linux.intel.com
Thu Jul 6 17:53:03 CEST 2017


Add initial TLV library that can be included and re-used by pipelines.

Signed-off-by: Liam Girdwood <liam.r.girdwood at 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



More information about the Sound-open-firmware mailing list