From e587dd4fc18a4e727cc81ac006ee9d4bbfe1e378 Mon Sep 17 00:00:00 2001 From: karlstav Date: Tue, 3 Nov 2015 16:36:50 +0100 Subject: [PATCH] removed the 0 from id in modprobe example file --- example_files/etc/modprobe.d/alsa-aloop.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_files/etc/modprobe.d/alsa-aloop.conf b/example_files/etc/modprobe.d/alsa-aloop.conf index 2efff47..dbd5b8f 100644 --- a/example_files/etc/modprobe.d/alsa-aloop.conf +++ b/example_files/etc/modprobe.d/alsa-aloop.conf @@ -1 +1 @@ -options snd-aloop index=1 enable=1 pcm_substreams=4 id=Loopback0 +options snd-aloop index=1 enable=1 pcm_substreams=4 id=Loopback