alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: alsa-devel@alsa-project.org, Liam Girdwood <lrg@ti.com>
Subject: Re: ASoC updates for 3.6
Date: Thu, 02 Aug 2012 18:19:49 +0200	[thread overview]
Message-ID: <s5htxwlqna2.wl%tiwai@suse.de> (raw)
In-Reply-To: <s5hwr1hqnhx.wl%tiwai@suse.de>

At Thu, 02 Aug 2012 18:15:06 +0200,
Takashi Iwai wrote:
> 
> At Thu, 2 Aug 2012 17:02:12 +0100,
> Mark Brown wrote:
> > 
> > The following changes since commit 15d47763b354256053c390a9b7bc9f2b4f197711:
> > 
> >   Merge branch 'for-3.5' into for-3.6 (2012-07-23 10:45:07 +0100)
> > 
> > are available in the git repository at:
> > 
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-3.6
> > 
> > for you to fetch changes up to 98d3088e534a2a61f6690b5426909b0c3b57a785:
> > 
> >   ASoC: core: Fix check before defaulting to regmap (2012-08-02 11:43:45 +0100)
> > 
> > (this is a new subkey on my key which I just realised I didn't upload to
> > the server - will do that on Monday.)
> 
> OK, I assume you are real Mark.  Pulled now.

BTW, your fix commit 98d3088e534a2a6 obsoletes the "fixes" for setting
bogus value to codec->control_data, right?
I see three such commits:
d0e3cce9144eb8bff0852531aadbe221addaa2d5
58f598ff0bb0c030e026a0738450c6a46248f6a8
e13ab2aac7a273a890d18bb482849610be178bc5

But, it's harmless, so I'm going to send a pull request tomorrow as is
if the build tests pass.


Takashi

> 
> 
> thanks,
> 
> Takashi
> 
> 
> > ----------------------------------------------------------------
> > ASoC: Additional updates for 3.6
> > 
> > A few updates for issues discovered during the merge window, the main
> > one being the fix for the issues with defaulting to use of regmap
> > without properly checking if there was I/O in place already.
> > 
> > ----------------------------------------------------------------
> > Dong Aisheng (4):
> >       ASoC: mxs-saif: fix clock prepare and enable unbalance issue
> >       ASoC: mxs-saif: set a base clock rate for EXTMASTER mode work
> >       ASoC: sgtl5000: remove unneeded snd_soc_dapm_new_widgets in probe
> >       ASoC: sgtl5000: enable VAG_POWER for LINE_IN
> > 
> > Fabio Estevam (1):
> >       ASoC: mc13783: Provide codec->control_data
> > 
> > Guillaume Gardet (1):
> >       ASoC: omap: Add missing modules aliases to get sound working on omap devices
> > 
> > Lee Jones (2):
> >       ASoC: ux500: Include the correct header files
> >       ASoC: ab8500: Inform SoC Core that we have our own I/O arrangements
> > 
> > Manuel Lauss (1):
> >       ASoC: AC97 doesn't use regmap by default
> > 
> > Mark Brown (4):
> >       ASoC: wm8994: Ensure there are enough BCLKs for four channels
> >       ASoC: wm8994: Hold runtime PM reference while handling mic and jack IRQs
> >       ASoC: wm8962: Allow VMID time to fully ramp
> >       ASoC: core: Fix check before defaulting to regmap
> > 
> > Roland Stigge (2):
> >       sound: tegra_wm8903: Adjust to of_get_named_gpio() change
> >       sound: tegra_alc5632: Adjust to of_get_named_gpio() change
> > 
> >  sound/soc/codecs/ab8500-codec.c |    4 ++++
> >  sound/soc/codecs/ad1980.c       |    1 +
> >  sound/soc/codecs/mc13783.c      |    2 ++
> >  sound/soc/codecs/sgtl5000.c     |    3 +--
> >  sound/soc/codecs/stac9766.c     |    1 +
> >  sound/soc/codecs/wm8962.c       |    3 +++
> >  sound/soc/codecs/wm8994.c       |   15 ++++++++++++++-
> >  sound/soc/codecs/wm9712.c       |    1 +
> >  sound/soc/codecs/wm9713.c       |    1 +
> >  sound/soc/mxs/mxs-saif.c        |   24 ++++++++++++++++++++++++
> >  sound/soc/omap/omap-mcbsp.c     |    1 +
> >  sound/soc/omap/omap-pcm.c       |    1 +
> >  sound/soc/soc-core.c            |    2 +-
> >  sound/soc/tegra/tegra_alc5632.c |    2 +-
> >  sound/soc/tegra/tegra_wm8903.c  |   10 +++++-----
> >  sound/soc/ux500/ux500_msp_dai.c |    2 +-
> >  sound/soc/ux500/ux500_msp_i2s.c |    2 +-
> >  sound/soc/ux500/ux500_msp_i2s.h |    2 +-
> >  18 files changed, 64 insertions(+), 13 deletions(-)
> > 

  reply	other threads:[~2012-08-02 16:19 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-02 16:02 ASoC updates for 3.6 Mark Brown
2012-08-02 16:15 ` Takashi Iwai
2012-08-02 16:19   ` Takashi Iwai [this message]
2012-08-02 17:58     ` Mark Brown
2012-08-02 19:26       ` Takashi Iwai
2012-08-03 22:04         ` Mark Brown
  -- strict thread matches above, loose matches on Subject: below --
2012-09-27 16:43 Mark Brown
2012-09-14 17:41 Mark Brown
2012-09-15  6:26 ` Takashi Iwai
2012-08-20 19:11 Mark Brown
2012-08-20 20:18 ` Takashi Iwai
2012-07-23 12:32 Mark Brown
2012-07-23 12:38 ` Takashi Iwai
2012-07-18 21:23 Mark Brown
2012-07-19  6:15 ` Takashi Iwai

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=s5htxwlqna2.wl%tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=lrg@ti.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;
as well as URLs for NNTP newsgroup(s).