mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Optimize SND kernel module handling (#606)
* Optimize SND kernel module handling * Update alsa-base.conf * Update alsa-base.conf
This commit is contained in:
parent
c6e01d3468
commit
2e7e039899
@ -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
|
Loading…
x
Reference in New Issue
Block a user