mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-28 08:34:37 +00:00
c16def7032
* Switch: it builds * Switch: Use udev to finalize usb gadget to save from systemd looping service restart until cable connected. * Switch: Update kernel stuff again * Switch: Downgrade Alsa packages to version in 4.x tree * Joycond: Update Switch version * Switch: Minor fixes * LibreELEC: Fix a few broken files from upstream pull * Switch: Fix LibreELEC build. * Switch: Update bootloader stuff * L4T: FFMPEG: Add support for nvv4l2 decoder/encoder * FFMPEG: Add back encoder support for game recording in retroarch * FFMPEG: revert a few changes, and add support for vulkan.
24 lines
728 B
Plaintext
24 lines
728 B
Plaintext
#############################
|
|
# ALSA drivers load options #
|
|
#############################
|
|
|
|
# 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
|
|
|
|
# Some Toshiba laptops might require this
|
|
# options snd-hda-intel model=toshiba
|
|
options snd-hda-intel model=auto
|
|
|
|
# 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
|