mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
26 lines
700 B
Diff
26 lines
700 B
Diff
From ab0ecb7aa4327a3ffff14df1fe065d3010f1ab93 Mon Sep 17 00:00:00 2001
|
|
From: chewitt <christianshewitt@gmail.com>
|
|
Date: Fri, 15 May 2020 06:12:43 +0000
|
|
Subject: [PATCH 2/4] 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..80f7ba6b 100644
|
|
--- a/src/conf/cards/Makefile.am
|
|
+++ b/src/conf/cards/Makefile.am
|
|
@@ -2,6 +2,8 @@ alsaconfigdir = @ALSA_CONFIG_DIR@
|
|
alsadir = $(alsaconfigdir)/cards
|
|
cfg_files = aliases.conf \
|
|
AACI.conf \
|
|
+ AMLOGIC-HDMI.conf \
|
|
+ AMLOGIC-HDMI-SPDIF.conf \
|
|
ATIIXP.conf \
|
|
ATIIXP-SPDMA.conf \
|
|
ATIIXP-MODEM.conf \
|
|
--
|
|
2.17.1
|
|
|