mirror of
https://github.com/pkali/piradio-mini.git
synced 2026-05-21 21:35:11 +02:00
30 lines
961 B
Plaintext
30 lines
961 B
Plaintext
# These are the standard aliases and dependencies.
|
|
# This file does not need to be modified.
|
|
|
|
# Do not change or remove line below
|
|
# USB audio card as first device
|
|
|
|
# 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-aloop index=2
|
|
options snd slots=snd-usb-audio,snd-bcm2835,snd-aloop
|
|
|
|
# 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
|
|
|