From ad6133fc356b76f1374b91ef07ea4f0df0707ec5 Mon Sep 17 00:00:00 2001 From: j1nx Date: Sun, 30 Aug 2020 10:38:11 +0200 Subject: [PATCH] MycroftOS: Change the kernel module loading order for respeaker as well. --- .../rootfs-overlay/etc/modprobe.d/alsa-base.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/buildroot-external/board/raspberrypi/rootfs-overlay/etc/modprobe.d/alsa-base.conf b/buildroot-external/board/raspberrypi/rootfs-overlay/etc/modprobe.d/alsa-base.conf index 29e484f4..511b82d9 100644 --- a/buildroot-external/board/raspberrypi/rootfs-overlay/etc/modprobe.d/alsa-base.conf +++ b/buildroot-external/board/raspberrypi/rootfs-overlay/etc/modprobe.d/alsa-base.conf @@ -1,4 +1,8 @@ options snd_usb_audio index=0 +options snd_soc_simple_card index=0 +options snd_soc_wm8960 index=0 +options snd_soc_ac108 index=0 options snd_usb_audio ignore_ctl_error=1 options snd_bcm2835 index=1 -options snd slots=snd_usb_audio,snd_bcm2835 + +options snd slots=snd_usb_audio,snd_soc_simple_card,snd_soc_wm8960,snd_soc_ac108snd_bcm2835