From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [GIT PULL] ASoC fixes for v3.14 Date: Tue, 11 Mar 2014 07:53:04 +0100 Message-ID: References: <20140310182309.GC28112@sirena.org.uk> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 9876926109E for ; Tue, 11 Mar 2014 07:53:05 +0100 (CET) In-Reply-To: <20140310182309.GC28112@sirena.org.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Mark Brown Cc: alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org At Mon, 10 Mar 2014 18:23:09 +0000, Mark Brown wrote: > > The following changes since commit fa389e220254c69ffae0d403eac4146171062d08: > > Linux 3.14-rc6 (2014-03-09 19:41:57 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.14-rc6 > > for you to fetch changes up to 7f35afd44b14a39307757629ebc0a199aade52d9: > > Merge remote-tracking branches 'asoc/fix/88pm860', 'asoc/fix/omap' and 'asoc/fix/si476x' into asoc-linus (2014-03-10 11:30:56 +0000) > > ---------------------------------------------------------------- > > ASoC: Fixes for v3.14 > > A few things here: > - Avoid memory leaks in error cases with DPCM, this code has never been > that well tested in mainline due to the lack of mainline drivers but > we now have one queued for the merge window! > - Fix the N810 audio driver to load when booted with DT since the > platform was converted to DT during the merge window. > - Fixes for initialisation of some MFD drivers that are probably unused > in mainline Thanks, pulled now. Takashi > > ---------------------------------------------------------------- > Aaro Koskinen (1): > ASoC: n810: fix init with DT boot > > Lars-Peter Clausen (2): > ASoC: si476x: Fix IO setup > ASoC: 88pm860: Fix IO setup > > Mark Brown (2): > Merge remote-tracking branch 'asoc/fix/pcm' into asoc-linus > Merge remote-tracking branches 'asoc/fix/88pm860', 'asoc/fix/omap' and 'asoc/fix/si476x' into asoc-linus > > Patrick Lai (1): > ASoC: pcm: free path list before exiting from error conditions > > sound/soc/codecs/88pm860x-codec.c | 3 +++ > sound/soc/codecs/si476x.c | 2 +- > sound/soc/omap/n810.c | 4 +++- > sound/soc/soc-pcm.c | 3 +++ > 4 files changed, 10 insertions(+), 2 deletions(-)