MycroftOS: Changes in sound kernel module handling.
This commit is contained in:
parent
f227ef6fbc
commit
412ca02942
|
@ -1,7 +1,20 @@
|
||||||
options snd_usb_audio index=0
|
# Prevent abnormal drivers from grabbing index 0
|
||||||
options snd_usb_audio ignore_ctl_error=1
|
options snd-bt87x index=-2
|
||||||
options snd_soc_simple_card index=0
|
options cx88-alsa index=-2
|
||||||
options snd_soc_seeed_voicecard index=0
|
options saa7134-alsa index=-2
|
||||||
options snd_bcm2835 index=1
|
options snd-atiixp-modem index=-2
|
||||||
|
options snd-intel8x0m index=-2
|
||||||
|
options snd-via82xx-modem index=-2
|
||||||
|
options snd-usb-audio index=-2
|
||||||
|
options snd-usb-usx2y index=-2
|
||||||
|
options snd-usb-caiaq index=-2
|
||||||
|
options snd-usb-ua101 index=-2
|
||||||
|
options snd-usb-us122l index=-2
|
||||||
|
options snd-pcsp index=-2
|
||||||
|
options snd-cmipci mpu_port=0x330 fm_port=0x388
|
||||||
|
|
||||||
options snd slots=snd_usb_audio,snd_soc_simple_card,snd_soc_seeed_voicecard,snd_bcm2835
|
# HDA intel
|
||||||
|
options snd-hda-intel model=auto
|
||||||
|
|
||||||
|
# Sony Playstation Eye
|
||||||
|
options snd_usb_audio ignore_ctl_error=1
|
||||||
|
|
Loading…
Reference in New Issue