From 39af5aad096d103c171096f05cc0487e66de0571 Mon Sep 17 00:00:00 2001 From: Mark Farrugia Date: Mon, 8 Oct 2018 17:02:51 +1100 Subject: Add working loopback implementation, helper scripts Reworked the original aloop implementation to have the PCM devices loop on themselves, and subscribe the the AVIRT system. Signed-off-by: Mark Farrugia --- loopback/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'loopback/Makefile') diff --git a/loopback/Makefile b/loopback/Makefile index 55da206..0464aba 100644 --- a/loopback/Makefile +++ b/loopback/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_AVIRT_LOOPBACKAP) += avirt_loopbackap.o $(info $(src)) -- cgit