Make sure hdmi doesn't grab slot 0.

This commit is contained in:
fewtarius 2023-08-08 00:27:30 +00:00
parent fa62d65811
commit df3512d4a9
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -2,7 +2,11 @@
# ALSA drivers load options #
#############################
options snd cards_limit=3
# Prevent abnormal drivers from grabbing index 0
options snd-hda-intel index=1
options snd-bt87x index=-2
options cx88-alsa index=-2
options saa7134-alsa index=-2
@ -13,6 +17,9 @@ options snd-usb-usx2y index=-2
options snd-usb-caiaq index=-2
options snd-cmipci mpu_port=0x330 fm_port=0x388
options snd-hda-codec-realtek index=-2
options snd-hda-codec-hdmi index=-2
# fix some Audio Problems with HDMI on ION based Hardware
# see: http://xbmc.org/forum/showthread.php?t=69479
alias snd-card-0 snd-hda-codec-nvhdmi