From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id E1C69E00AA9; Mon, 27 Jul 2015 07:09:36 -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.47 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-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9B42FE00AA5 for ; Mon, 27 Jul 2015 07:09:31 -0700 (PDT) Received: by pabkd10 with SMTP id kd10so52347622pab.2 for ; Mon, 27 Jul 2015 07:09:30 -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=psV9DzDa5vIVAguRFiL456DpvIKRNcMUOxUkzvE2/xA=; b=LN56ksu//wk0UC8YETD1FHzzdH3NpgSi9cTtawKDAqTFmBujae/mcalrLlOBrA1fOH TKCMUDpd+5x3Muw7fKyLRwUbUyvFn7oRZmTbF0vfolJKF1hX+WHcSbUB3TkNQ6gc8WcP yRVnPEoaJgVCuXR8JG0oC8MO2EjKIk/mxIZq7AkWgSBvdVUE6/5s0Ltv85w7o78pnjwG 2p9GpprI/REbJaEY80vFX0EcXMUvtnOKcXjOlSrWsdCCA6Aa8Y4w7Z1sAqKqQjUGG984 XQRkVYBvrIOXKZLanzoLCX7hZyPVhptiIF5iET0WPqYBRzmilK9XC/R5+3ywDVFlJm1u TUPA== X-Received: by 10.66.157.167 with SMTP id wn7mr69013811pab.119.1438006170638; Mon, 27 Jul 2015 07:09:30 -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 kw5sm29949022pab.29.2015.07.27.07.09.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Jul 2015 07:09:29 -0700 (PDT) Message-ID: <55B63B98.3090606@gmail.com> Date: Mon, 27 Jul 2015 07:09:28 -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: <1437994414-29134-1-git-send-email-b54851@freescale.com> In-Reply-To: <1437994414-29134-1-git-send-email-b54851@freescale.com> Subject: Re: [meta-fsl-arm][PATCH v2 0/3] 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, 27 Jul 2015 14:09:36 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 07/27/2015 03:53 AM, Yuqing Zhu wrote: > Fix pulseaudio related issue: > > -Add PulseAudio configuration > > -Fix mutex issue > > -Revert commit 42156d2b5ac797e5f28f8d0d38b691053f3f6fc7 > > -Remove the control for speaker/headphone widget on i.MX7 > > Yuqing Zhu (3): > pulseaudio: Add PulseAudio configuration and mutex patch > pulseaudio: revert commit 42156d2b5ac797e5f28f8d0d38b691053f3f6fc7 > pulseaudio: remove the control for speaker/headphone widget > Is any of this patch set specific to 3.14.38 or 6QP?