linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] sound fixes for 3.1-rc2
@ 2011-08-13 15:27 Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2011-08-13 15:27 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Mark Brown, Liam Girdwood, linux-kernel

Linus,

please pull sound fixes for v3.1-rc2 from:

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

The only big change is the addition of samsung/idma ASoC driver, which
slipped from the merge window mistakenly but kept in linux-next for a
while.  There is no central change, so safe to pick up even now
(although I know it's no good excuse).

The others are all small and easy fixes.


Thanks!

Takashi

===

Daniel Mack (1):
      ALSA: snd-usb-caiaq: Correct offset fields of outbound iso_frame_desc

Jarkko Nikula (1):
      ASoC: omap: Update e-mail address of Jarkko Nikula

Julia Lawall (1):
      ALSA: azt3328 - adjust error handling code to include debugging code

Kazutomo Yoshii (1):
      ALSA: usb-audio - Add quirk for BOSS Micro BR-80

Mark Brown (6):
      ASoC: Fix binding of WM8750 on Jive
      ASoC: Fix SPI driver binding for WM8987
      ASoC: Fix warning in Speyside WM8962
      ASoC: Fix typo in wm8750 spi_ids
      ASoC: Add missing break in WM8994 probe
      ASoC: Terminate WM8750 SPI device ID table

Sangbeom Kim (1):
      ASoC: SAMSUNG: Add I2S0 internal dma driver

Stephen Warren (3):
      ASoC: Tegra: tegra_pcm_deallocate_dma_buffer: Don't OOPS
      ASoC: Tegra: wm8903 machine driver: Allow re-insertion of module
      ASoC: WM8903: Free IRQ on device removal

Takashi Iwai (1):
      ASoC: Fix compile warning in wm8750.c

Wang Shaoyan (1):
      ALSA: hda - Add CONFIG_SND_HDA_POWER_SAVE to stac_vrefout_set()

---
 MAINTAINERS                         |    2 +-
 include/sound/tlv320aic3x.h         |    2 +-
 sound/pci/azt3328.c                 |   11 +-
 sound/pci/hda/patch_sigmatel.c      |    2 +
 sound/soc/codecs/wm8750.c           |    8 +
 sound/soc/codecs/wm8903.c           |    5 +
 sound/soc/codecs/wm8994.c           |    1 +
 sound/soc/omap/n810.c               |    4 +-
 sound/soc/omap/omap-mcbsp.c         |    4 +-
 sound/soc/omap/omap-mcbsp.h         |    2 +-
 sound/soc/omap/omap-pcm.c           |    4 +-
 sound/soc/omap/omap-pcm.h           |    2 +-
 sound/soc/omap/rx51.c               |    2 +-
 sound/soc/samsung/Makefile          |    2 +
 sound/soc/samsung/idma.c            |  453 +++++++++++++++++++++++++++++++++++
 sound/soc/samsung/idma.h            |   26 ++
 sound/soc/samsung/jive_wm8750.c     |    2 +-
 sound/soc/samsung/speyside_wm8962.c |    2 +-
 sound/soc/tegra/tegra_pcm.c         |    9 +-
 sound/soc/tegra/tegra_wm8903.c      |   15 +-
 sound/usb/caiaq/audio.c             |    6 +-
 sound/usb/quirks-table.h            |   34 +++
 22 files changed, 573 insertions(+), 25 deletions(-)
 create mode 100644 sound/soc/samsung/idma.c
 create mode 100644 sound/soc/samsung/idma.h


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PULL] sound fixes for 3.1-rc2
@ 2011-08-09 12:15 Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2011-08-09 12:15 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Mark Brown, Liam Girdwood, linux-kernel

Linus,

please pull sound fixes for v3.1-rc2 from:

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

The diffstat shows some large numbers in sound/soc/codecs/wm*.[ch],
and these are simply rename of WM8915 to WM8996.  Other than that,
all changes are small and scattered, as expected for post-rc1.


Thanks!

Takashi

===

Clemens Ladisch (1):
      ALSA: snd-usb: Accept UAC2 FORMAT_TYPE descriptors with bLength > 6

Daniel Mack (3):
      ALSA: snd-usb: operate on given mixer interface only
      ALSA: snd-usb: Fix uninitialized variable usage
      ALSA: snd-usb-caiaq: Fix keymap for RigKontrol3

Deepak Saxena (1):
      sound: oss/pas2: Remove CLOCK_TICK_RATE dependency from PAS16 driver

Mark Brown (3):
      ASoC: Disable wm_hubs periodic DC servo update
      ASoC: Rename WM8915 to WM8996
      ASoC: Acknowledge WM8996 interrupts before acting on them

Miller Puckette (1):
      ALSA: usb-audio - add quirk for Keith McMillen StringPort

Nicolai Krakowiak (1):
      ALSA: snd-usb: avoid dividing by zero on invalid input

Takashi Iwai (6):
      ALSA: hda - Fix digital-mic mono recording on ASUS Eee PC
      ALSA: hda - Use auto-parser for ASUS UX50, Eee PC P901, S101 and P1005
      ALSA: hdspm - Fix uninitialized compile warnings
      ALSA: Fix dependency of CONFIG_SND_TEA575X
      ALSA: timer - Fix Oops at closing slave timer
      ALSA: timer - Add NULL-check for invalid slave timer

Thomas Meyer (1):
      ALSA: asihpi - use kzalloc()

Wang Shaoyan (2):
      ALSA: hda - Fix a complile warning in patch_via.c
      sound: pss - don't use the deprecated function check_region

Wolfram Sang (1):
      ASoC: sgtl5000: fix cache handling

---
 arch/arm/mach-s3c64xx/mach-crag6410.c |   18 +-
 include/sound/{wm8915.h => wm8996.h}  |   28 +-
 sound/core/timer.c                    |    5 +
 sound/oss/pas2_pcm.c                  |    8 +-
 sound/oss/pss.c                       |    6 +-
 sound/pci/Kconfig                     |   10 +-
 sound/pci/asihpi/hpicmn.c             |    5 +-
 sound/pci/hda/alc269_quirks.c         |    7 -
 sound/pci/hda/patch_realtek.c         |   26 +
 sound/pci/hda/patch_via.c             |    2 +-
 sound/pci/rme9652/hdspm.c             |   19 +-
 sound/soc/codecs/Kconfig              |    8 +-
 sound/soc/codecs/Makefile             |    4 +-
 sound/soc/codecs/sgtl5000.c           |  128 +-
 sound/soc/codecs/wm8915.c             | 2995 --------------------------
 sound/soc/codecs/wm8915.h             | 3717 ---------------------------------
 sound/soc/codecs/wm8996.c             | 2994 ++++++++++++++++++++++++++
 sound/soc/codecs/wm8996.h             | 3717 +++++++++++++++++++++++++++++++++
 sound/soc/codecs/wm_hubs.c            |    3 +-
 sound/soc/samsung/Kconfig             |    2 +-
 sound/soc/samsung/speyside.c          |   32 +-
 sound/usb/caiaq/input.c               |    2 +-
 sound/usb/endpoint.c                  |    2 +-
 sound/usb/mixer.c                     |   25 +-
 sound/usb/mixer.h                     |    1 +
 sound/usb/quirks-table.h              |    6 +
 sound/usb/quirks.c                    |    2 +-
 27 files changed, 6876 insertions(+), 6896 deletions(-)
 rename include/sound/{wm8915.h => wm8996.h} (63%)
 delete mode 100644 sound/soc/codecs/wm8915.c
 delete mode 100644 sound/soc/codecs/wm8915.h
 create mode 100644 sound/soc/codecs/wm8996.c
 create mode 100644 sound/soc/codecs/wm8996.h


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-13 15:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-13 15:27 [GIT PULL] sound fixes for 3.1-rc2 Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2011-08-09 12:15 Takashi Iwai

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).