From patchwork Mon Jun 29 15:25:59 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liam Girdwood X-Patchwork-Id: 6689541 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 85D82C05AC for ; Mon, 29 Jun 2015 15:27:20 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C8B0920520 for ; Mon, 29 Jun 2015 15:27:19 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id C195B2055A for ; Mon, 29 Jun 2015 15:27:17 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 9D9DE2654F2; Mon, 29 Jun 2015 17:27:16 +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=-1.9 required=5.0 tests=BAYES_00,NO_DNS_FOR_FROM, UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id ADA2526546B; Mon, 29 Jun 2015 17:26:25 +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 2801826172C; Mon, 29 Jun 2015 17:26:24 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by alsa0.perex.cz (Postfix) with ESMTP id 0BD0E26172C for ; Mon, 29 Jun 2015 17:26:13 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 29 Jun 2015 08:26:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,699,1427785200"; d="scan'208";a="516002311" Received: from unknown (HELO loki.ger.corp.intel.com) ([10.252.20.74]) by FMSMGA003.fm.intel.com with ESMTP; 29 Jun 2015 08:26:12 -0700 From: Liam Girdwood To: Date: Mon, 29 Jun 2015 16:25:59 +0100 Message-Id: <1435591559-6277-3-git-send-email-liam.r.girdwood@linux.intel.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1435591559-6277-1-git-send-email-liam.r.girdwood@linux.intel.com> References: <1435591559-6277-1-git-send-email-liam.r.girdwood@linux.intel.com> Cc: Takashi Iwai , Liam Girdwood Subject: [alsa-devel] [PATCH 3/3] docs: Add UCM link to main doxygen page. 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/index.doxygen | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/index.doxygen b/doc/index.doxygen index 45aa68a..7d049fe 100644 --- a/doc/index.doxygen +++ b/doc/index.doxygen @@ -40,6 +40,7 @@ may be placed in the library code instead of the kernel driver.

  • Page \ref rawmidi explains the design of the RawMidi API.
  • 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.

    Configuration