mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>, linux-kernel@vger.kernel.org
Subject: [GIT PULL] sound fixes
Date: Wed, 07 Apr 2010 10:11:11 +0200	[thread overview]
Message-ID: <s5hmxxfd6n4.wl%tiwai@suse.de> (raw)

Linus,

please pull ALSA updates for v2.6.34-rc4 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git for-linus

This became a larger update than usual in the end.  The biggest chunks
are Realtek ALC269 codec parser update, ASoC WM8994 codec update, and
ASoC wm_hubs DC servo fixes.  Also, dma_data corruption fix for ASoC is
found in ASoC changes.

Other than that, most of commits are small spotty fixes, including the
security fix for invalid procfs read of mixart driver.


Thanks!

Takashi

===

Dan Carpenter (3):
      ASoC: wm8994: playback => capture
      ALSA: i2c: cleanup: change parameter to pointer
      ALSA: mixart: range checking proc file

Daniel Mack (1):
      ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_stream

Daniel T Chen (1):
      ALSA: hda: Fix 0 dB offset for Lenovo Thinkpad models using AD1981

Graham Gower (1):
      ASoC: Fix passing platform_data to ac97 bus users and fix a leak

Janusz Krzysztofik (1):
      ASoC: OMAP: Fix capture pointer handling for OMAP1510 to work correctly with recent ALSA PCM code

Julia Lawall (1):
      ALSA: echoaudio - Eliminate use after free

Mark Brown (5):
      ASoC: Avoid wraparound in wm_hubs DC servo correction
      ASoC: Support second DC servo readback method for wm_hubs
      ASoC: Don't do runtime wm_hubs DC servo updates if using offset correction
      ASoC: Don't use DCS_DATAPATH_BUSY for WM hubs devices
      ASoC: Only do WM8994 bias off transition from standby

Takashi Iwai (6):
      ALSA: hda - Fix invalid bit values passed to snd_hda_codec_amp_stereo()
      ALSA: hda - Fix ADC/MUX assignment of ALC269 codec
      ALSA: hda - Add missing printk argument in previous patch
      ALSA: hda - Update document about MSI and interrupts
      ALSA: hda - Add MSI blacklist for Aopen MZ915-M
      ALSA: hda - Fix a wrong array range check in patch_realtek.c

Tony Vroon (1):
      ALSA: hda - Enable amplifiers on Acer Inspire 6530G

---
 Documentation/sound/alsa/HD-Audio.txt |   16 +++-
 include/sound/ak4113.h                |    2 +-
 include/sound/soc-dai.h               |   18 ++++-
 include/sound/soc.h                   |    1 +
 sound/i2c/other/ak4113.c              |    2 +-
 sound/pci/echoaudio/echoaudio.c       |    5 +-
 sound/pci/hda/hda_intel.c             |    1 +
 sound/pci/hda/patch_analog.c          |    8 ++
 sound/pci/hda/patch_realtek.c         |  164 +++++++++++++++++++++++----------
 sound/pci/mixart/mixart.c             |   24 +++--
 sound/soc/atmel/atmel-pcm.c           |    2 +-
 sound/soc/atmel/atmel_ssc_dai.c       |    6 +-
 sound/soc/codecs/ac97.c               |   15 ++-
 sound/soc/codecs/wm8994.c             |   58 +++++++-----
 sound/soc/codecs/wm_hubs.c            |   83 ++++++++++-------
 sound/soc/codecs/wm_hubs.h            |    1 +
 sound/soc/davinci/davinci-i2s.c       |    3 +-
 sound/soc/davinci/davinci-mcasp.c     |    3 +-
 sound/soc/davinci/davinci-pcm.c       |    4 +-
 sound/soc/imx/imx-pcm-dma-mx2.c       |    8 +-
 sound/soc/imx/imx-ssi.c               |    7 +-
 sound/soc/omap/omap-mcbsp.c           |    4 +-
 sound/soc/omap/omap-mcpdm.c           |    3 +-
 sound/soc/omap/omap-pcm.c             |   21 ++--
 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/s3c24xx-i2s.c       |   19 ++--
 sound/soc/s6000/s6000-i2s.c           |    3 +-
 sound/soc/s6000/s6000-pcm.c           |   40 ++++++--
 sound/soc/soc-core.c                  |    3 +-
 36 files changed, 408 insertions(+), 212 deletions(-)

             reply	other threads:[~2010-04-07  8:11 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-07  8:11 Takashi Iwai [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-02-03 13:40 Takashi Iwai
2012-01-27 14:01 Takashi Iwai
2011-12-16 17:30 Takashi Iwai
2011-12-09 11:33 Takashi Iwai
2011-12-02  9:55 Takashi Iwai
2011-05-12 19:34 Takashi Iwai
2011-05-09 11:54 Takashi Iwai
2011-05-02 16:00 Takashi Iwai
2011-03-27  9:13 Takashi Iwai
2011-03-23 13:49 Takashi Iwai
2011-02-27  9:10 Takashi Iwai
2011-02-20  9:17 Takashi Iwai
2011-02-13  9:12 Takashi Iwai
2011-02-06 12:05 Takashi Iwai
2011-01-28  9:15 Takashi Iwai
2011-01-21  7:40 Takashi Iwai
2010-10-11 16:21 Takashi Iwai
2010-10-04 18:09 Takashi Iwai
2010-09-25 16:11 Takashi Iwai
2010-09-17 17:39 Takashi Iwai
2010-09-10 13:27 Takashi Iwai
2010-09-03 20:54 Takashi Iwai
2010-08-28 19:48 Takashi Iwai
2010-05-13  8:16 Takashi Iwai
2010-05-10 15:23 Takashi Iwai
2010-05-05  8:12 Takashi Iwai
2010-04-23 15:24 Takashi Iwai
2010-04-16  9:14 Takashi Iwai
2010-03-29  9:02 Takashi Iwai
2010-03-24  7:07 Takashi Iwai
2010-03-17  8:07 Takashi Iwai
2010-03-11 21:41 Takashi Iwai
2010-02-15 17:40 Takashi Iwai
2010-02-12 15:33 Takashi Iwai
2010-02-12 16:51 ` Linus Torvalds
2010-02-12 17:03   ` Takashi Iwai
2010-02-12 17:37     ` Takashi Iwai
2010-02-05 19:05 Takashi Iwai
2010-01-31 13:45 Takashi Iwai
2010-01-25 19:41 Takashi Iwai
2010-01-18 17:08 Takashi Iwai
2010-01-12 17:05 Takashi Iwai
2009-12-27 13:03 Takashi Iwai
2009-12-23 17:54 Takashi Iwai
2009-12-21 16:09 Takashi Iwai
2009-12-15 13:55 Takashi Iwai
2009-08-25  7:13 Takashi Iwai
2009-08-12  6:10 Takashi Iwai
2009-08-12 15:23 ` Linus Torvalds
2009-08-12 15:24   ` Takashi Iwai
2009-07-31  8:25 Takashi Iwai
2009-07-21 17:08 Takashi Iwai
2009-05-26 17:41 Takashi Iwai
2009-05-22 17:34 Takashi Iwai
2009-05-22 20:47 ` Linus Torvalds
2009-05-22 21:25   ` Takashi Iwai
2009-05-15 13:44 Takashi Iwai
2009-05-10 10:15 Takashi Iwai
2009-05-04 15:34 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=s5hmxxfd6n4.wl%tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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

all inboxes | Powered by JetHome®