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:	Thu, 30 Oct 2014 09:05:20 +0100
From:	Takashi Iwai <tiwai@...e.de>
To:	Linus Torvalds <torvalds@...uxfoundation.org>
Cc:	Mark Brown <broonie@...nel.org>,
	Liam Girdwood <lgirdwood@...il.com>,
	linux-kernel@...r.kernel.org
Subject: [GIT PULL] sound fixes for 3.18-rc3

Linus,

please pull sound fixes for v3.18-rc3 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-3.18-rc3

The topmost commit is 3b70bdba2fcb374a2235a56ab73334348d819579

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

sound fixes for 3.18-rc3

Although the diffstat looks scary, it's just because of the removal of
the dead code (s6000), thus it must not affect anything serious.
Other than that, all small fixes.  The only core fix is zero-clear for
a PCM compat ioctl.  The rest are driver-specific, bebob, sgtl500,
adau1761, intel-sst, ad1889 and a few HD-audio quirks as usual.

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

Christian Vogel (1):
      ALSA: bebob: Uninitialized id returned by saffirepro_both_clk_src_get

Daniel Glöckner (1):
      ASoC: s6000: remove driver

Daniel Mack (1):
      ASoC: fsl: use strncpy() to prevent copying of over-long names

Fabio Estevam (1):
      ASoC: sgtl500: Document the required supplies

Joe Perches (1):
      ALSA: ad1889: Fix probable mask then right shift defects

Kailang Yang (3):
      ALSA: hda/realtek - Update restore default value for ALC282
      ALSA: hda/realtek - Update restore default value for ALC283
      ALSA: hda/realtek - New SSID for Headset quirk

Lars-Peter Clausen (1):
      ASoC: adau1761: Fix input PGA volume

Liam Girdwood (1):
      ASoC: Intel: HSW/BDW only support S16 and S24 formats.

Takashi Iwai (2):
      ALSA: pcm: Zero-clear reserved fields of PCM status ioctl in compat mode
      ALSA: hda - Add workaround for CMI8888 snoop behavior

Takashi Sakamoto (1):
      ALSA: bebob: fix wrong decoding of clock information for Terratec PHASE 88 Rack FW

---
 .../devicetree/bindings/sound/sgtl5000.txt         |  10 +
 sound/core/pcm_compat.c                            |   2 +
 sound/firewire/bebob/bebob_focusrite.c             |  62 ++-
 sound/firewire/bebob/bebob_stream.c                |  18 +-
 sound/firewire/bebob/bebob_terratec.c              |   7 +-
 sound/pci/ad1889.c                                 |   8 +-
 sound/pci/hda/hda_intel.c                          |   4 +-
 sound/pci/hda/patch_realtek.c                      |   6 +-
 sound/soc/Kconfig                                  |   1 -
 sound/soc/Makefile                                 |   1 -
 sound/soc/codecs/adau1761.c                        |   4 +
 sound/soc/fsl/fsl_asrc.c                           |   2 +-
 sound/soc/fsl/fsl_esai.c                           |   2 +-
 sound/soc/intel/sst-haswell-pcm.c                  |   4 +-
 sound/soc/s6000/Kconfig                            |  26 -
 sound/soc/s6000/Makefile                           |  11 -
 sound/soc/s6000/s6000-i2s.c                        | 617 ---------------------
 sound/soc/s6000/s6000-i2s.h                        |  23 -
 sound/soc/s6000/s6000-pcm.c                        | 521 -----------------
 sound/soc/s6000/s6000-pcm.h                        |  33 --
 sound/soc/s6000/s6105-ipcam.c                      | 221 --------
 21 files changed, 99 insertions(+), 1484 deletions(-)
 delete mode 100644 sound/soc/s6000/Kconfig
 delete mode 100644 sound/soc/s6000/Makefile
 delete mode 100644 sound/soc/s6000/s6000-i2s.c
 delete mode 100644 sound/soc/s6000/s6000-i2s.h
 delete mode 100644 sound/soc/s6000/s6000-pcm.c
 delete mode 100644 sound/soc/s6000/s6000-pcm.h
 delete mode 100644 sound/soc/s6000/s6105-ipcam.c

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ