forked from libretro/Lakka-LibreELEC
33 lines
819 B
Diff
33 lines
819 B
Diff
From 2891f697cbfea4f0bf60bc476e78ab25947ac810 Mon Sep 17 00:00:00 2001
|
|
From: chewitt <christianshewitt@gmail.com>
|
|
Date: Fri, 15 May 2020 06:12:43 +0000
|
|
Subject: [PATCH 2/2] WIP: add Amlogic cards to Makefile.am
|
|
|
|
---
|
|
src/conf/cards/Makefile.am | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/src/conf/cards/Makefile.am b/src/conf/cards/Makefile.am
|
|
index 00999f01..dc2881d7 100644
|
|
--- a/src/conf/cards/Makefile.am
|
|
+++ b/src/conf/cards/Makefile.am
|
|
@@ -12,6 +12,7 @@ cfg_files = aliases.conf \
|
|
Audigy2.conf \
|
|
Aureon51.conf \
|
|
Aureon71.conf \
|
|
+ axg-sound-card.conf \
|
|
CA0106.conf \
|
|
CMI8338.conf \
|
|
CMI8338-SWIEC.conf \
|
|
@@ -29,6 +30,7 @@ cfg_files = aliases.conf \
|
|
FWSpeakers.conf \
|
|
FireWave.conf \
|
|
GUS.conf \
|
|
+ gx-sound-card.conf \
|
|
HDA-Intel.conf \
|
|
HdmiLpeAudio.conf \
|
|
ICE1712.conf \
|
|
--
|
|
2.17.1
|
|
|