Use the media device under test, not the default media0.
Signed-off-by: Laurent Pinchart <[email protected]>
---
scripts/vsp-lib.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/vsp-lib.sh b/scripts/vsp-lib.sh
index 726ff793b2ce..fa4a6984e1bb 100755
--- a/scripts/vsp-lib.sh
+++ b/scripts/vsp-lib.sh
@@ -54,7 +54,7 @@ vsp1_count_wpfs() {
}
vsp1_count_bru_inputs() {
- local num_pads=`media-ctl -p | grep 'entity.*bru' | sed 's/.*(\([0-9]\)
pads.*/\1/'`
+ local num_pads=`$mediactl -d $mdev -p | grep 'entity.*bru' | sed
's/.*(\([0-9]\) pads.*/\1/'`
echo $((num_pads-1))
}
--
Regards,
Laurent Pinchart