From patchwork Mon Jan 13 05:53:56 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xiubo Li X-Patchwork-Id: 309708 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 76E7F2C0082 for ; Mon, 13 Jan 2014 17:51:58 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751494AbaAMGvv (ORCPT ); Mon, 13 Jan 2014 01:51:51 -0500 Received: from co9ehsobe002.messaging.microsoft.com ([207.46.163.25]:39683 "EHLO co9outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751328AbaAMGvQ (ORCPT ); Mon, 13 Jan 2014 01:51:16 -0500 Received: from mail172-co9-R.bigfish.com (10.236.132.228) by CO9EHSOBE037.bigfish.com (10.236.130.100) with Microsoft SMTP Server id 14.1.225.22; Mon, 13 Jan 2014 06:51:11 +0000 Received: from mail172-co9 (localhost [127.0.0.1]) by mail172-co9-R.bigfish.com (Postfix) with ESMTP id DAC026401BA; Mon, 13 Jan 2014 06:51:10 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: 0 X-BigFish: VS0(zzzz1f42h2148h208ch1ee6h1de0h1fdah2073h2146h1202h1e76h2189h1d1ah1d2ah1fc6hzz1de098h8275bh1de097hz2dh2a8h839he5bhf0ah1288h12a5h12a9h12bdh12e5h137ah139eh13b6h1441h1504h1537h162dh1631h1758h1898h18e1h1946h19b5h1ad9h1b0ah1b2fh2222h224fh1fb3h1d0ch1d2eh1d3fh1dfeh1dffh1e23h1fe8h1ff5h2218h2216h226dh22d0h2327h2336h2438h2461h1155h) Received: from mail172-co9 (localhost.localdomain [127.0.0.1]) by mail172-co9 (MessageSwitch) id 1389595869990334_3891; Mon, 13 Jan 2014 06:51:09 +0000 (UTC) Received: from CO9EHSMHS016.bigfish.com (unknown [10.236.132.235]) by mail172-co9.bigfish.com (Postfix) with ESMTP id EBDB5401F8; Mon, 13 Jan 2014 06:51:09 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by CO9EHSMHS016.bigfish.com (10.236.130.26) with Microsoft SMTP Server (TLS) id 14.16.227.3; Mon, 13 Jan 2014 06:51:09 +0000 Received: from tx30smr01.am.freescale.net (10.81.153.31) by 039-SN1MMR1-005.039d.mgd.msft.net (10.84.1.17) with Microsoft SMTP Server (TLS) id 14.3.158.2; Mon, 13 Jan 2014 06:51:08 +0000 Received: from rock.am.freescale.net (rock.ap.freescale.net [10.193.20.106]) by tx30smr01.am.freescale.net (8.14.3/8.14.0) with ESMTP id s0D6onTb021646; Sun, 12 Jan 2014 23:51:06 -0700 From: Xiubo Li To: , CC: , , , , Xiubo Li Subject: [PATCHv2 4/6] ASoC: simple-card: add sound-widgets usage Date: Mon, 13 Jan 2014 13:53:56 +0800 Message-ID: <1389592438-13761-5-git-send-email-Li.Xiubo@freescale.com> X-Mailer: git-send-email 1.8.0 In-Reply-To: <1389592438-13761-1-git-send-email-Li.Xiubo@freescale.com> References: <1389592438-13761-1-git-send-email-Li.Xiubo@freescale.com> MIME-Version: 1.0 X-OriginatorOrg: freescale.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% X-FOPE-CONNECTOR: Id%0$Dn%FREESCALE.MAIL.ONMICROSOFT.COM$RO%1$TLS%0$FQDN%$TlsDn% Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Signed-off-by: Xiubo Li --- Documentation/devicetree/bindings/sound/simple-card.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/sound/simple-card.txt b/Documentation/devicetree/bindings/sound/simple-card.txt index e9e20ec..01eb2d0 100644 --- a/Documentation/devicetree/bindings/sound/simple-card.txt +++ b/Documentation/devicetree/bindings/sound/simple-card.txt @@ -15,6 +15,10 @@ Optional properties: Each entry is a pair of strings, the first being the connection's sink, the second being the connection's source. +- sound-widgets : The name of the audio card's off-CODEC widgets. If the + audio card need the off-CODEC widgets, the card driver + should register its widgets with one specified name: + "XXXX", and in dt node the sound-widgets = "XXXX". Required subnodes: @@ -42,6 +46,7 @@ Example: sound { compatible = "simple-audio-card"; + sound-widgets = "widgets" simple-audio-card,format = "left_j"; simple-audio-routing = "MIC_IN", "Mic Jack",