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.
15 lines
364 B
Diff
15 lines
364 B
Diff
diff --git a/src/conf/alsa.conf b/src/conf/alsa.conf
|
|
index a04173a0..1f13fd84 100644
|
|
--- a/src/conf/alsa.conf
|
|
+++ b/src/conf/alsa.conf
|
|
@@ -11,7 +11,8 @@
|
|
"/usr/etc/alsa/conf.d"
|
|
"/etc/alsa/conf.d"
|
|
"/etc/asound.conf|||/usr/etc/asound.conf"
|
|
- "~/.asoundrc"
|
|
+ "/run/asound.conf"
|
|
+ "/storage/.config/asound.conf"
|
|
{
|
|
@func concat
|
|
strings [
|