alsa-firmware/0001-Add-cs46xx-entry-to-the-main-configure-and-Makefile..patch

38 lines
999 B
Diff

From f21a82fabbc9124ae8ed1e1a2138bac0892250b0 Mon Sep 17 00:00:00 2001
From: Takashi Iwai <tiwai@suse.de>
Date: Thu, 6 Feb 2014 15:28:46 +0100
Subject: [PATCH] Add cs46xx entry to the main configure and Makefile.am
Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
Makefile.am | 2 +-
configure.in | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index ec46a1af64c4..9f616f10eea6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = 1.3 foreign
SUBDIRS = hdsploader mixartloader pcxhrloader usx2yloader vxloader echoaudio \
asihpi emu korg1212 maestro3 multisound sb16 wavefront \
- ymfpci aica ca0132
+ ymfpci aica ca0132 cs46xx
EXTRA_DIST = depcomp
diff --git a/configure.in b/configure.in
index 2f37e27d67d1..e99fb097219e 100644
--- a/configure.in
+++ b/configure.in
@@ -68,4 +68,5 @@ AC_OUTPUT(Makefile \
ymfpci/Makefile \
aica/Makefile \
ca0132/Makefile \
+ cs46xx/Makefile \
)
--
1.8.5.2