aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/load.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/load.sh')
-rwxr-xr-xscripts/load.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/load.sh b/scripts/load.sh
new file mode 100755
index 0000000..103a63b
--- /dev/null
+++ b/scripts/load.sh
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+# Load the core
+insmod snd-avirt-core.ko
+
+# Load the additional Audio Paths
+insmod dummy/snd-avirt-ap-dummy.ko
+insmod loopback/snd-avirt-ap-loopback.ko
+
+# Run the test script
+./scripts/test_configfs.sh
+
+echo "Drivers Loaded!"