From patchwork Wed Jul 29 16:45:24 2015
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Patchwork-Submitter: Liam Girdwood
X-Patchwork-Id: 6895471
Return-Path:
X-Original-To: patchwork-alsa-devel@patchwork.kernel.org
Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org
Received: from mail.kernel.org (mail.kernel.org [198.145.29.136])
by patchwork1.web.kernel.org (Postfix) with ESMTP id 547919F38B
for ;
Wed, 29 Jul 2015 16:53:23 +0000 (UTC)
Received: from mail.kernel.org (localhost [127.0.0.1])
by mail.kernel.org (Postfix) with ESMTP id 5FD1E20384
for ;
Wed, 29 Jul 2015 16:53:21 +0000 (UTC)
Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243])
by mail.kernel.org (Postfix) with ESMTP id 85099201B4
for ;
Wed, 29 Jul 2015 16:53:15 +0000 (UTC)
Received: by alsa0.perex.cz (Postfix, from userid 1000)
id ABB1F265D85; Wed, 29 Jul 2015 18:53:14 +0200 (CEST)
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org
X-Spam-Level:
X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW,
UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1
Received: from alsa0.perex.cz (localhost [IPv6:::1])
by alsa0.perex.cz (Postfix) with ESMTP id A179B265A08;
Wed, 29 Jul 2015 18:47:46 +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 17312265D89; Wed, 29 Jul 2015 18:47:45 +0200 (CEST)
Received: from mga03.intel.com (mga03.intel.com [134.134.136.65])
by alsa0.perex.cz (Postfix) with ESMTP id 5BDEF265A01
for ;
Wed, 29 Jul 2015 18:46:02 +0200 (CEST)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
by orsmga103.jf.intel.com with ESMTP; 29 Jul 2015 09:46:01 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.15,572,1432623600"; d="scan'208";a="615321081"
Received: from iikavana-mobl1.ger.corp.intel.com (HELO
loki.ger.corp.intel.com) ([10.252.21.221])
by orsmga003.jf.intel.com with ESMTP; 29 Jul 2015 09:46:00 -0700
From: Liam Girdwood
To:
Date: Wed, 29 Jul 2015 17:45:24 +0100
Message-Id:
<1438188325-11553-13-git-send-email-liam.r.girdwood@linux.intel.com>
X-Mailer: git-send-email 1.9.1
In-Reply-To:
<1438188325-11553-1-git-send-email-liam.r.girdwood@linux.intel.com>
References:
<1438188325-11553-1-git-send-email-liam.r.girdwood@linux.intel.com>
Cc: Takashi Iwai ,
Liam Girdwood ,
Mark Brown
Subject: [alsa-devel] [PATCH v3 12/13] topology: doxygen: Add doxygen
support for topology core.
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
---
doc/doxygen.cfg.in | 7 +++++--
doc/index.doxygen | 1 +
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/doc/doxygen.cfg.in b/doc/doxygen.cfg.in
index 043e75b..92bd52b 100644
--- a/doc/doxygen.cfg.in
+++ b/doc/doxygen.cfg.in
@@ -29,6 +29,7 @@ INPUT = @top_srcdir@/doc/index.doxygen \
@top_srcdir@/include/control_external.h \
@top_srcdir@/include/mixer.h \
@top_srcdir@/include/use-case.h \
+ @top_srcdir@/include/topology.h \
@top_srcdir@/src/error.c \
@top_srcdir@/src/dlmisc.c \
@top_srcdir@/src/async.c \
@@ -78,7 +79,8 @@ INPUT = @top_srcdir@/doc/index.doxygen \
@top_srcdir@/src/timer \
@top_srcdir@/src/hwdep \
@top_srcdir@/src/seq \
- @top_srcdir@/src/ucm
+ @top_srcdir@/src/ucm \
+ @top_srcdir@/src/topology
EXCLUDE = @top_srcdir@/src/control/control_local.h \
@top_srcdir@/src/pcm/atomic.h \
@top_srcdir@/src/pcm/interval.h \
@@ -94,7 +96,8 @@ EXCLUDE = @top_srcdir@/src/control/control_local.h \
@top_srcdir@/src/mixer/mixer_local.h \
@top_srcdir@/src/rawmidi/rawmidi_local.h \
@top_srcdir@/src/seq/seq_local.h \
- @top_srcdir@/src/ucm/ucm_local.h
+ @top_srcdir@/src/ucm/ucm_local.h \
+ @top_srcdir@/src/topology/tplg_local.h
RECURSIVE = YES
FILE_PATTERNS = *.c *.h
EXAMPLE_PATH = @top_srcdir@/test
diff --git a/doc/index.doxygen b/doc/index.doxygen
index 7d049fe..b40c75a 100644
--- a/doc/index.doxygen
+++ b/doc/index.doxygen
@@ -41,6 +41,7 @@ may be placed in the library code instead of the kernel driver.
Page \ref timer explains the design of the Timer API.
Page \ref seq explains the design of the Sequencer API.
Page \ref ucm explains the use case API.
+ Page \ref topology explains the DSP topology API.
Configuration