Skip to content

Commit

Permalink
Optimize SND kernel module handling (home-assistant#606)
Browse files Browse the repository at this point in the history
* Optimize SND kernel module handling

* Update alsa-base.conf

* Update alsa-base.conf
  • Loading branch information
pvizeli authored Mar 10, 2020
1 parent c6e01d3 commit 2e7e039
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions buildroot-external/rootfs-overlay/usr/modprobe.d/alsa-base.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#############################
# ALSA drivers load options
# Based from LibreELEC
#############################

# Prevent abnormal drivers from grabbing index 0
options snd-bt87x index=-2
options cx88-alsa index=-2
options saa7134-alsa index=-2
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-cmipci mpu_port=0x330 fm_port=0x388

# HDA intel
options snd-hda-intel model=auto

0 comments on commit 2e7e039

Please sign in to comment.