Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org, Liam Girdwood <lgirdwood@gmail.com>
Subject: Re: [GIT PULL] ASoC updates for v4.2
Date: Mon, 08 Jun 2015 21:49:38 +0200	[thread overview]
Message-ID: <s5hioayaskt.wl-tiwai@suse.de> (raw)
In-Reply-To: <20150608175109.GL14071@sirena.org.uk>

At Mon, 8 Jun 2015 18:51:09 +0100,
Mark Brown wrote:
> 
> The following changes since commit c65b99f046843d2455aa231747b5a07a999a9f3d:
> 
>   Linux 4.1-rc6 (2015-05-31 19:01:07 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v4.2
> 
> for you to fetch changes up to 11e688862c4c8162119a4ca51c3326555966c8bb:
> 
>   Merge remote-tracking branches 'asoc/topic/wm8994', 'asoc/topic/wm8996' and 'asoc/topic/zx' into asoc-next (2015-06-05 18:55:07 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Updates for v4.2
> 
> The big thing this release has been Liam's addition of topology support
> to the core.  We've also seen quite a bit of driver work and the
> continuation of Lars' refactoring for component support.
> 
>  - Support for loading ASoC topology maps from firmware, intended to be
>    used to allow self-describing DSP firmware images to be built which
>    can map controls added by the DSP to userspace without the kernel
>    needing to know about individual DSP firmwares.
>  - Lots of refactoring to avoid direct access to snd_soc_codec where
>    it's not needed supporting future refactoring.
>  - Big refactoring and cleanup serieses for the Wolfson ADSP and TI
>    TAS2552 drivers.
>  - Support for TI TAS571x power amplifiers.
>  - Support for Qualcomm APQ8016 and ZTE ZX296702 SoCs.
>  - Support for x86 systems with RT5650 and Qualcomm Storm.

Thanks, pulled.
But I had to apply the following fix for suppressing a compile
warning.  Now merged in for-next branch.


Takashi

-- 8< --
From: Takashi Iwai <tiwai@suse.de>
Subject: [PATCH] ASoC: intel: Remove unused variable hsw

The recent fix left a variable declaration without usage.
  sound/soc/intel/haswell/sst-haswell-pcm.c:1349:18: warning: unused variable ‘hsw’ [-Wunused-variable]

Fixes: edd8ed496b98 ('ASoC: Intel: handle haswell pcm suspend including runtime modules freeing')
Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
 sound/soc/intel/haswell/sst-haswell-pcm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/intel/haswell/sst-haswell-pcm.c b/sound/soc/intel/haswell/sst-haswell-pcm.c
index e593e7a4b7a7..1aa819c7e09b 100644
--- a/sound/soc/intel/haswell/sst-haswell-pcm.c
+++ b/sound/soc/intel/haswell/sst-haswell-pcm.c
@@ -1346,7 +1346,6 @@ static void hsw_pcm_complete(struct device *dev)
 static int hsw_pcm_prepare(struct device *dev)
 {
 	struct hsw_priv_data *pdata = dev_get_drvdata(dev);
-	struct sst_hsw *hsw = pdata->hsw;
 	struct hsw_pcm_data *pcm_data;
 	int i, err;
 
-- 
2.4.3

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

      reply	other threads:[~2015-06-08 19:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-08 17:51 [GIT PULL] ASoC updates for v4.2 Mark Brown
2015-06-08 19:49 ` Takashi Iwai [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s5hioayaskt.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox