diff options
Diffstat (limited to 'scripts/vsp-lib.sh')
-rwxr-xr-x | scripts/vsp-lib.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/vsp-lib.sh b/scripts/vsp-lib.sh index d48108a..0e7fa5a 100755 --- a/scripts/vsp-lib.sh +++ b/scripts/vsp-lib.sh @@ -31,6 +31,10 @@ vsp1_count_bru_inputs() { echo $((num_pads-1)) } +vsp1_entity_subdev() { + $mediactl -d $mdev -e "$dev $1" +} + vsp1_entity_get_size() { entity=$1 pad=$2 |