From patchwork Wed Mar 15 06:47:01 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: fuweix.tang@intel.com X-Patchwork-Id: 9624939 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id C3727604CC for ; Wed, 15 Mar 2017 06:47:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B3A3C285E8 for ; Wed, 15 Mar 2017 06:47:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A87DD285F0; Wed, 15 Mar 2017 06:47:48 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_NONE,T_DKIM_INVALID autolearn=no version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0A3C8285E8 for ; Wed, 15 Mar 2017 06:47:48 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id E4326266F8F; Wed, 15 Mar 2017 07:47:35 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 4382A266F30; Wed, 15 Mar 2017 07:47:32 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by alsa0.perex.cz (Postfix) with ESMTP id E5B13266FA4 for ; Wed, 15 Mar 2017 07:46:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1489560419; x=1521096419; h=from:to:cc:subject:date:message-id; bh=l+MEmf0f9dsH4YnDNsu5SpaWvmykDi4EqNABUvI3GKA=; b=svxmJWrFqrpFxOlE1RV83ieyW/MXNnhMOBURZO+USFuM1erAJT/4cOqz tGZIuWxHlkaNIU7xn+pMmfWNNC9jEQ==; Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Mar 2017 23:46:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,167,1486454400"; d="scan'208";a="236295515" Received: from tangfw-thinkpad-x230.sh.intel.com ([10.239.47.163]) by fmsmga004.fm.intel.com with ESMTP; 14 Mar 2017 23:46:53 -0700 From: fuweix.tang@intel.com To: alsa-devel@alsa-project.org Date: Wed, 15 Mar 2017 14:47:01 +0800 Message-Id: <04a4f7a2fd088ee8206167ba783d0af7c4cfaaa2.1487897097.git.fuweix.tang@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: References: In-Reply-To: References: Cc: tiwai@suse.de, liam.r.girdwood@linux.intel.com, Fuwei Tang , mengdong.lin@intel.com Subject: [alsa-devel] [PATCH v1 1/3] ucm-conf: Set up for installation X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP From: Fuwei Tang This add autoconf and automake script and Makefile.am for conf files to be installed automatically. Signed-off-by: Fuwei Tang Reviewed-by: Liam Girdwood Reviewed-by: Vinod Koul Reviewed-by: Mengdong Lin diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e612a96 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +aclocal.m4 +AUTHORS +autom4te.cache +autoscan.log +config.log +config.status +configure +install-sh +Makefile +Makefile.in +missing +NEWS +COPYING diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..2a8eb65 --- /dev/null +++ b/ChangeLog @@ -0,0 +1 @@ +Move all conf files to alsa-ucm-conf repo from alsa-lib repo. diff --git a/INSTALL b/INSTALL new file mode 120000 index 0000000..ddcdb76 --- /dev/null +++ b/INSTALL @@ -0,0 +1 @@ +/usr/share/automake-1.15/INSTALL \ No newline at end of file diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..e2baa04 --- /dev/null +++ b/Makefile.am @@ -0,0 +1 @@ +SUBDIRS= diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..8aac3c8 --- /dev/null +++ b/configure.ac @@ -0,0 +1,22 @@ +# -*- Autoconf -*- +# Process this file with autoconf to produce a configure script. + +AC_PREREQ([2.69]) +AC_INIT(alsa-ucm, 1.1.3) +AM_INIT_AUTOMAKE +# Checks for programs. + +# Checks for libraries. + +# Checks for header files. + +# Checks for typedefs, structures, and compiler characteristics. + +# Checks for library functions. +AC_CONFIG_FILES([Makefile]) + +ALSA_CONFIG_DIR="/usr/share/alsa" +AC_SUBST(ALSA_CONFIG_DIR) + +AC_OUTPUT + diff --git a/gitcompile b/gitcompile new file mode 100755 index 0000000..fff6769 --- /dev/null +++ b/gitcompile @@ -0,0 +1,5 @@ +#!/bin/bash + +aclocal +autoconf +automake --add-missing