From 8b249ba21608d68f066636518067ecb31a43af8d Mon Sep 17 00:00:00 2001 From: ugrnm Date: Thu, 23 Mar 2017 13:10:46 +0100 Subject: [PATCH] USB card default --- .gitignore | 4 ++++ etc/modprobe.d/alsa-base.conf | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 etc/modprobe.d/alsa-base.conf diff --git a/.gitignore b/.gitignore index 5abbe39..975af0e 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,10 @@ !/etc/hostname +!/etc/modprobe.d/ +/etc/modprobe.d/* +!/etc/modprobe.d/alsa-base.conf + !/etc/nginx/sites-available/ !/floppies/ diff --git a/etc/modprobe.d/alsa-base.conf b/etc/modprobe.d/alsa-base.conf new file mode 100644 index 0000000..51469ba --- /dev/null +++ b/etc/modprobe.d/alsa-base.conf @@ -0,0 +1,2 @@ +options snd-usb-audio index=0 +options snd_bcm2835 index=1