All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org, Liam Girdwood <lrg@slimlogic.co.uk>
Subject: ASoC updates for 2.6.35
Date: Fri, 19 Mar 2010 15:30:53 +0000	[thread overview]
Message-ID: <20100319153053.GJ23306@rakim.wolfsonmicro.main> (raw)

The following changes since commit f4bee1bb0083869b1b7d73c6eda7703a7aae0506:
  Barry Song (1):
        ASoC: soc-cache: let reg be AND'ed by 0xff instead of data buffer for 8_8 mode

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.35

Barry Song (2):
      ASoC: rename ad1938 to ad193x and add support for ad1936/7/8/9
      ASoC: change bf5xx-ad1938 machine driver to bf5xx-ad193x machine driver

Guennadi Liakhovetski (2):
      ASoC: SIU driver shall select FW_LOADER
      ASoC: remove a card from the list, if instantiation failed

Jorge Eduardo Candelaria (1):
      ASoC: McPDM: Use tabs for indentation

Mark Brown (9):
      ALSA: Rename jack switch table in preparation for button support
      ALSA: Add support for key reporting via the jack interface
      ASoC: Correct typoed Mic2 connections on 1133-EV1 board
      ASoC: Bail out of wm_hubs DC servo if calibration fails
      ASoC: Unexport AD193x bus probe/remove functions
      Merge branch 'topic/jack' into for-2.6.35
      ASoC: Hook up microphone jack detection on 1133-EV1 board
      ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_stream
      Merge branch 'for-2.6.34' into for-2.6.35

Misael Lopez Cruz (1):
      ASoC: TWL6040: Add twl6040 codec driver

Olaya, Margarita (1):
      OMAP4: PMIC: Rename twl6030_codec as twl6040_codec

Peter Ujfalusi (3):
      ASoC: omap-mcbsp: Add support for Left Justified format
      ASoC: tlv320dac33: Fix DSP modes
      ASoC: tlv320dac33: Internal clocking changes

 drivers/mfd/twl-core.c                             |    4 +-
 include/linux/i2c/twl.h                            |    6 +-
 include/sound/jack.h                               |    8 +
 include/sound/soc-dai.h                            |   18 +-
 include/sound/soc.h                                |    1 +
 sound/core/jack.c                                  |   71 +-
 sound/soc/atmel/atmel-pcm.c                        |    2 +-
 sound/soc/atmel/atmel_ssc_dai.c                    |    6 +-
 sound/soc/blackfin/Kconfig                         |    9 +-
 sound/soc/blackfin/Makefile                        |    4 +-
 .../blackfin/{bf5xx-ad1938.c => bf5xx-ad193x.c}    |   66 +-
 sound/soc/codecs/Kconfig                           |    8 +-
 sound/soc/codecs/Makefile                          |    6 +-
 sound/soc/codecs/ad1938.c                          |  521 ---------
 sound/soc/codecs/ad1938.h                          |  100 --
 sound/soc/codecs/ad193x.c                          |  558 +++++++++
 sound/soc/codecs/ad193x.h                          |   81 ++
 sound/soc/codecs/tlv320dac33.c                     |   10 +-
 sound/soc/codecs/twl6040.c                         | 1227 ++++++++++++++++++++
 sound/soc/codecs/twl6040.h                         |  141 +++
 sound/soc/codecs/wm_hubs.c                         |    2 +-
 sound/soc/davinci/davinci-i2s.c                    |    3 +-
 sound/soc/davinci/davinci-mcasp.c                  |    3 +-
 sound/soc/davinci/davinci-pcm.c                    |    4 +-
 sound/soc/davinci/davinci-vcif.c                   |    3 +-
 sound/soc/imx/imx-pcm-dma-mx2.c                    |    8 +-
 sound/soc/imx/imx-ssi.c                            |    7 +-
 sound/soc/imx/wm1133-ev1.c                         |   19 +-
 sound/soc/omap/mcpdm.c                             |  548 +++++-----
 sound/soc/omap/omap-mcbsp.c                        |   16 +-
 sound/soc/omap/omap-mcpdm.c                        |    3 +-
 sound/soc/omap/omap-pcm.c                          |    4 +-
 sound/soc/pxa/pxa-ssp.c                            |   23 +-
 sound/soc/pxa/pxa2xx-ac97.c                        |   17 +-
 sound/soc/pxa/pxa2xx-i2s.c                         |    7 +-
 sound/soc/pxa/pxa2xx-pcm.c                         |    4 +-
 sound/soc/s3c24xx/s3c-ac97.c                       |   21 +-
 sound/soc/s3c24xx/s3c-dma.c                        |    4 +-
 sound/soc/s3c24xx/s3c-i2s-v2.c                     |   13 +-
 sound/soc/s3c24xx/s3c-pcm.c                        |    7 +-
 sound/soc/s3c24xx/s3c2412-i2s.c                    |    7 +-
 sound/soc/s3c24xx/s3c24xx-i2s.c                    |   19 +-
 sound/soc/s6000/s6000-i2s.c                        |    3 +-
 sound/soc/s6000/s6000-pcm.c                        |   40 +-
 sound/soc/sh/Kconfig                               |    1 +
 sound/soc/soc-core.c                               |   27 +-
 46 files changed, 2611 insertions(+), 1049 deletions(-)
 rename sound/soc/blackfin/{bf5xx-ad1938.c => bf5xx-ad193x.c} (65%)
 delete mode 100644 sound/soc/codecs/ad1938.c
 delete mode 100644 sound/soc/codecs/ad1938.h
 create mode 100644 sound/soc/codecs/ad193x.c
 create mode 100644 sound/soc/codecs/ad193x.h
 create mode 100755 sound/soc/codecs/twl6040.c
 create mode 100644 sound/soc/codecs/twl6040.h

             reply	other threads:[~2010-03-19 15:30 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-19 15:30 Mark Brown [this message]
2010-03-19 20:35 ` ASoC updates for 2.6.35 Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2010-07-13 11:43 Mark Brown
2010-07-13 15:09 ` Takashi Iwai
2010-06-02 10:46 Mark Brown
2010-06-02 12:20 ` Takashi Iwai
2010-05-26 15:50 Mark Brown
2010-05-27  8:09 ` Takashi Iwai
2010-05-11 13:38 Mark Brown
2010-05-11 13:47 ` Takashi Iwai
2010-05-10 17:15 Mark Brown
2010-05-11  8:00 ` Takashi Iwai
2010-05-07 16:46 Mark Brown
2010-05-08  9:45 ` Takashi Iwai
2010-04-30 15:35 Mark Brown
2010-05-05  8:04 ` Takashi Iwai
2010-04-26 15:16 Mark Brown
2010-04-26 15:35 ` Takashi Iwai
2010-04-22  0:16 Mark Brown
2010-04-22  7:13 ` Takashi Iwai
2010-04-20  0:58 Mark Brown
2010-04-20  6:32 ` Takashi Iwai
2010-04-20 16:36   ` Mark Brown
2010-04-13  8:53 Mark Brown
2010-04-13 10:03 ` Takashi Iwai
2010-04-05 18:44 Mark Brown
2010-04-05 19:29 ` Takashi Iwai
2010-03-29 20:13 Mark Brown
2010-03-30  6:08 ` Takashi Iwai
2010-03-23 15:52 Mark Brown
2010-03-23 16:31 ` Takashi Iwai
2010-03-22 21:23 Mark Brown
2010-03-23  7:02 ` Takashi Iwai
2010-03-18 15:57 Mark Brown
2010-03-18 16:46 ` Takashi Iwai
2010-03-17 14:26 Mark Brown
2010-03-17 14:31 ` Takashi Iwai
2010-03-16 16:15 Mark Brown
2010-03-16 17:34 ` Takashi Iwai
2010-03-17 13:42 ` Takashi Iwai
2010-03-17 13:44   ` Mark Brown
2010-03-17 13:46     ` Takashi Iwai
2010-03-12 18:08 Mark Brown
2010-03-13 16:11 ` Takashi Iwai
2010-03-10 15:35 Mark Brown
2010-03-10 19:05 ` 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=20100319153053.GJ23306@rakim.wolfsonmicro.main \
    --to=broonie@opensource.wolfsonmicro.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=lrg@slimlogic.co.uk \
    --cc=tiwai@suse.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.