From 29ae2c35575712c6028d2047740dde408ce326f1 Mon Sep 17 00:00:00 2001 From: Peter Steenbergen Date: Mon, 6 Jan 2020 16:36:49 +0100 Subject: [PATCH] MycroftOS: Let's make snd_bcm2835 play nice with USB cards - Make the USB card default before bcm2835 if present. --- .../rootfs-overlay/etc/modprobe.d/alsa-base.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 buildroot-external/rootfs-overlay/etc/modprobe.d/alsa-base.conf diff --git a/buildroot-external/rootfs-overlay/etc/modprobe.d/alsa-base.conf b/buildroot-external/rootfs-overlay/etc/modprobe.d/alsa-base.conf new file mode 100644 index 00000000..58330e51 --- /dev/null +++ b/buildroot-external/rootfs-overlay/etc/modprobe.d/alsa-base.conf @@ -0,0 +1,3 @@ +options snd_usb_audio index=0 +options snd_bcm2835 index=1 +options snd slots=snd_usb_audio,snd_bcm2835