From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id B3AA4E00A7B; Mon, 10 Aug 2015 07:40:16 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (ericnelsonaz[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.220.43 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4E5A5E00A5B for ; Mon, 10 Aug 2015 07:40:13 -0700 (PDT) Received: by pawu10 with SMTP id u10so141847334paw.1 for ; Mon, 10 Aug 2015 07:40:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=hpRK/cCIOJ2C4UEetyrmm6RfN5Gt0PN9mTcXn+jQzEw=; b=qZSDJwMo8LqQ/n317UPFyWY5Oi0K3MNzCpw7znxw5z7xwtK5eyhHkjgbBomIZmB7j5 D/r+8u/KmJ70AfmcBxFlmQy8vdpaCDJagaBOWinildVe5i+GUlgzcpdBJWBD12ZQHcOp 19fTP7S4ZTEOd4SWp3otTglRR5R6HqRIVvfMtBeM6Qb2xzhUy502PEzxw96BzOmRtEiM pvTXEk1Jkog3LOYSMfSAWPXvBZh4kcJJtYiny+6FMJb/A40ZLY/EUiIf6gEz+D+vgcse XP1jw7gMQsz/U4pHNvv7tALqIbO+6iCrWswbxVfpEwca7DGyRutqrkxLFj+/5pzKnb/S ft+w== X-Received: by 10.67.7.199 with SMTP id de7mr44267185pad.107.1439217613446; Mon, 10 Aug 2015 07:40:13 -0700 (PDT) Received: from [192.168.1.13] (ip98-165-107-234.ph.ph.cox.net. [98.165.107.234]) by smtp.googlemail.com with ESMTPSA id m2sm20259093pdp.4.2015.08.10.07.40.12 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 10 Aug 2015 07:40:13 -0700 (PDT) Message-ID: <55C8B7CC.1070507@gmail.com> Date: Mon, 10 Aug 2015 07:40:12 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Yuqing Zhu , meta-freescale@yoctoproject.org References: <1439203498-28879-1-git-send-email-b54851@freescale.com> In-Reply-To: <1439203498-28879-1-git-send-email-b54851@freescale.com> Subject: Re: [meta-fsl-arm][PATCH v8] 3.14.38-6QP_Beta release X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2015 14:40:16 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hi Yuqing, Since this is only a single patch, the cover isn't needed. Also, the subject line of the cover has nothing to do with the single patch included. For those of us who use threaded e-mail readers, this hides the content of the patch set. On 08/10/2015 03:44 AM, Yuqing Zhu wrote: > Add PulseAudio configuration. > > Yuqing Zhu (1): > pulseaudio: Add PulseAudio configuration > > .../pulseaudio/pulseaudio/imx/daemon.conf | 87 +++++++++++ > .../pulseaudio/pulseaudio/imx/default.pa | 170 +++++++++++++++++++++ > .../pulseaudio/pulseaudio_%.bbappend | 15 ++ > 3 files changed, 272 insertions(+) > create mode 100644 recipes-multimedia/pulseaudio/pulseaudio/imx/daemon.conf > create mode 100644 recipes-multimedia/pulseaudio/pulseaudio/imx/default.pa > Regards, Eric