lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri, 26 Aug 2016 17:45:27 +0200
From:   Takashi Iwai <tiwai@...e.de>
To:     Linus Torvalds <torvalds@...uxfoundation.org>
Cc:     Mark Brown <broonie@...nel.org>,
        Liam Girdwood <liam.r.girdwood@...ux.intel.com>,
        linux-kernel@...r.kernel.org
Subject: [GIT PULL] sound fixes for 4.8-rc4

Linus,

please pull sound fixes for v4.8-rc4 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-4.8-rc4

The topmost commit is a820cd3d25c2891028b5f296a8a871ce6dd92c0d

----------------------------------------------------------------

sound fixes for 4.8-rc4

Here are a bunch of fixes as you can see in diffstat.  One core change
in ASoC is about the unexpected unbinding error, and   The rest are
wide-spread driver-specific fixes: a series of LINE6 USB fixes, a
HD-audio quirk, and various ASoC fixes including OMAP boot fixes and
Intel SKL fixes.

----------------------------------------------------------------

Adam Thomson (1):
      ASoC: da7213: Default to 64 BCLKs per WCLK to support all formats

Andrej Krutak (3):
      ALSA: line6: Remove double line6_pcm_release() after failed acquire.
      ALSA: line6: Give up on the lock while URBs are released.
      ALSA: line6: Fix POD sysfs attributes segfault

Anisse Astier (1):
      ALSA: hda/realtek - fix headset mic detection for MSI MS-B120

Charles Keepax (3):
      ASoC: Fix leak of rtd in soc_bind_dai_link
      ASoC: wm2000: Fix return of uninitialised varible
      ASoC: compress: Fix leak of a widget list in soc_compr_open_fe

Christoph Huber (1):
      ASoC: atmel_ssc_dai: Don't unconditionally reset SSC on stream startup

Hiroyuki Yokoyama (1):
      ASoC: rsnd: Fixup SRCm_IFSVR calculate method

John Hsu (2):
      ASoC: nau8825: fix bug in playback when suspend
      ASoC: nau8825: fix static check error about semaphone control

Kuninori Morimoto (1):
      ASoC: simple-card-utils: add missing MODULE_xxx()

Mark Brown (1):
      ASoC: core: Clean up DAPM before the card debugfs

Nicolin Chen (1):
      ASoC: dapm: Add a dummy snd_pcm_runtime to avoid NULL pointer access

Peter Ujfalusi (3):
      ASoC: omap-mcpdm: Drop pdmclk clock handling
      ASoC: omap-abe-twl6040: Correct dmic-codec device registration
      ASoC: omap-mcpdm: Fix irq resource handling

Sylwester Nawrocki (1):
      ASoC: samsung: Fix clock handling in S3C24XX_UDA134X card

Vinod Koul (1):
      ASoC: Intel: Skylake: Check list empty while getting module info

Wei Yongjun (2):
      ASoC: Intel: Skylake: Fix error return code in skl_probe()
      ASoC: max98371: Add terminate entry for i2c_device_id tables

---
 .../devicetree/bindings/sound/omap-mcpdm.txt       | 10 ---
 sound/pci/hda/patch_realtek.c                      |  7 +-
 sound/soc/atmel/atmel_ssc_dai.c                    |  5 +-
 sound/soc/codecs/da7213.c                          |  4 +-
 sound/soc/codecs/max98371.c                        |  1 +
 sound/soc/codecs/nau8825.c                         | 78 +++++++++-------------
 sound/soc/codecs/wm2000.c                          |  2 +-
 sound/soc/generic/Makefile                         |  6 +-
 sound/soc/generic/simple-card-utils.c              |  6 ++
 sound/soc/intel/skylake/skl-sst-utils.c            |  5 ++
 sound/soc/intel/skylake/skl.c                      |  4 +-
 sound/soc/omap/omap-abe-twl6040.c                  | 61 +++++++++--------
 sound/soc/omap/omap-mcpdm.c                        | 22 +-----
 sound/soc/samsung/s3c24xx_uda134x.c                |  7 +-
 sound/soc/sh/rcar/src.c                            |  6 +-
 sound/soc/soc-compress.c                           |  4 +-
 sound/soc/soc-core.c                               |  5 +-
 sound/soc/soc-dapm.c                               | 10 +++
 sound/usb/line6/pcm.c                              |  3 +-
 sound/usb/line6/pod.c                              | 12 ++--
 20 files changed, 127 insertions(+), 131 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ