From patchwork Wed Jun 14 11:37:40 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liam Girdwood X-Patchwork-Id: 9786133 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 420FC60384 for ; Wed, 14 Jun 2017 11:38:31 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 24CBD1FFDB for ; Wed, 14 Jun 2017 11:38:31 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 17789285E3; Wed, 14 Jun 2017 11:38:31 +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.9 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE autolearn=ham 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 5F2871FFDB for ; Wed, 14 Jun 2017 11:38:30 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 930EE26726B; Wed, 14 Jun 2017 13:38:02 +0200 (CEST) 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 4935C267261; Wed, 14 Jun 2017 13:38:00 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by alsa0.perex.cz (Postfix) with ESMTP id 037C626725C for ; Wed, 14 Jun 2017 13:37:57 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jun 2017 04:37:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,340,1493708400"; d="scan'208";a="114287902" Received: from ogafni-mobl.ger.corp.intel.com (HELO loki.ger.corp.intel.com) ([10.252.6.186]) by fmsmga005.fm.intel.com with ESMTP; 14 Jun 2017 04:37:55 -0700 From: Liam Girdwood To: Date: Wed, 14 Jun 2017 12:37:40 +0100 Message-Id: <1497440260-28334-2-git-send-email-liam.r.girdwood@linux.intel.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1497440260-28334-1-git-send-email-liam.r.girdwood@linux.intel.com> References: <1497440260-28334-1-git-send-email-liam.r.girdwood@linux.intel.com> Cc: Takashi Iwai , Liam Girdwood Subject: [alsa-devel] [PATCH] topology: disable alsa-lib topology debug output by default. 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 Signed-off-by: Liam Girdwood --- src/topology/tplg_local.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/topology/tplg_local.h b/src/topology/tplg_local.h index 42e3201..60af017 100644 --- a/src/topology/tplg_local.h +++ b/src/topology/tplg_local.h @@ -22,7 +22,6 @@ #include #include -#define TPLG_DEBUG #ifdef TPLG_DEBUG #define tplg_dbg SNDERR #else