[PATCH] topology: Add ops to bytes control.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Byte controls can also support ops. Add them to the parser.

Signed-off-by: Liam Girdwood <liam.r.girdwood@xxxxxxxxxxxxxxx>
---
 src/topology/ctl.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/topology/ctl.c b/src/topology/ctl.c
index c250227..a8ac398 100644
--- a/src/topology/ctl.c
+++ b/src/topology/ctl.c
@@ -385,6 +385,14 @@ int tplg_parse_control_bytes(snd_tplg_t *tplg,
 			tplg_dbg("\t%s: %s\n", id, val);
 			continue;
 		}
+
+		if (strcmp(id, "ops") == 0) {
+			err = tplg_parse_compound(tplg, n, tplg_parse_ops,
+				&be->hdr);
+			if (err < 0)
+				return err;
+			continue;
+		}
 	}
 
 	return 0;
-- 
2.5.0

_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel



[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux