From c9e9899f9de16e25721af0ac7cbf4b2a4640396d Mon Sep 17 00:00:00 2001 From: Pecusx Date: Sun, 23 Oct 2016 22:12:38 +0200 Subject: [PATCH] Create internal.conf Prepare for hardware config from www. --- hardware/audio/internal.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 hardware/audio/internal.conf diff --git a/hardware/audio/internal.conf b/hardware/audio/internal.conf new file mode 100644 index 0000000..2dd5095 --- /dev/null +++ b/hardware/audio/internal.conf @@ -0,0 +1,24 @@ +# These are the standard aliases and dependencies. +# This file does not need to be modified. + +# prevent unusual drivers from appearing as the first sound device ########### +options snd-pcsp index=-2 +# disable for USB audio default +options snd-usb-audio index=-2 +options snd-bcm2835 index=-2 + +options cx88_alsa index=-2 +options snd-atiixp-modem index=-2 +options snd-intel8x0m index=-2 +options snd-via82xx-modem index=-2 + +# options for USB audio default +#options snd-usb-audio index=0 +#options snd-bcm2835 index=1 +#options snd slots=snd-usb-audio,snd-bcm2835 + +# work around other kernel issues ############################################ +# The EHCI driver should be loaded before the ones for low speed controllers +# or some devices may be confused when they are disconnected and reconnected. +softdep uhci-hcd pre: ehci-hcd +softdep ohci-hcd pre: ehci-hcd