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]
Message-ID: <s5hr3dpud0j.wl-tiwai@suse.de>
Date:	Thu, 28 Apr 2016 14:35:40 +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.6-rc6

Linus,

please pull sound fixes for v4.6-rc6 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-4.6-rc6

The topmost commit is af9cc93c0dee5fc1f9fa32cd9d79a456738a21be

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

sound fixes for 4.6-rc6

Usually we get a big collection of fixes for ASoC once during rc.
And this is it.

At this time, most of fixes are about Intel Skylake ASoC driver, which
is a new and still on-going development.  Along with it, a slight
large LOC is seen in legacy HD-audio driver, but it's merely a code
move to the upper layer.

Other than that, the rest are small or trivial fixes to various
drivers, in addition to an ASoC dapm debugfs code fix.

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

Arnd Bergmann (2):
      ASoC: cs35l32: avoid uninitialized variable access
      ASoC: rt5616: add I2C dependency

Ben Zhang (1):
      ASoC: nau8825: Fix jack detection across suspend

Charles Keepax (3):
      ASoC: wm8962: Correct typo when setting DSPCLK rate
      ASoC: arizona: Free speaker thermal IRQs in CODEC remove
      ASoC: wm5102: Free compressed IRQ in CODEC remove

Conrad Kostecki (1):
      ALSA: hda - Add dock support for ThinkPad X260

Dan Carpenter (1):
      ASoC: Intel: sst: fix a loop timeout in sst_hsw_stream_reset()

Jeeja KP (2):
      ASoC: Intel: Skylake: Fix for unloading module only when it is loaded
      ASoC: Intel: Skylake: Fix DSP resource de-allocation

Mark Brown (1):
      ASoC: dapm: Make sure we have a card when displaying component widgets

Subhransu S. Prusty (4):
      ASoC: hdac_hdmi: Fix to use dev_pm ops instead soc pm
      ASoC: hdac_hdmi: Fix codec power state in S3 during playback
      ASoC: Intel: Skylake: Fix to turn OFF codec power when entering S3
      ASoC: Intel: Skylake: Fix ibs/obs calc for non-integral sampling rates

Sugar Zhang (1):
      ASoC: rt5640: Correct the digital interface data select

Takashi Iwai (1):
      ALSA: hda - Update BCLK also at hotplug for i915 HSW/BDW

Vinod Koul (7):
      ALSA: hda: use list macro for parsing on cleanup
      ASoC: Intel: Skylake: free codec objects on removal
      ASoC: Intel: Skylake: Freeup properly on skl_dsp_free
      ASoC: Intel: Skylake: Unmap the address last
      ASoC: Intel: Skylake: Call i915 exit last
      ASoC: Intel: Skylake: remove call to pci_dev_put
      ASoC: Intel: Skylake: Fix kbuild dependency

---
 include/sound/hda_i915.h                  |   5 +-
 sound/hda/ext/hdac_ext_stream.c           |   5 +-
 sound/hda/hdac_i915.c                     |  62 ++++++++++++---
 sound/pci/hda/hda_intel.c                 |  56 +------------
 sound/pci/hda/patch_hdmi.c                |   1 +
 sound/pci/hda/patch_realtek.c             |   1 +
 sound/soc/codecs/Kconfig                  |   1 +
 sound/soc/codecs/arizona.c                |  12 +++
 sound/soc/codecs/arizona.h                |   2 +
 sound/soc/codecs/cs35l32.c                |  17 +++-
 sound/soc/codecs/cs47l24.c                |   3 +
 sound/soc/codecs/hdac_hdmi.c              |  94 ++++++++++------------
 sound/soc/codecs/nau8825.c                | 126 +++++++++++++++++-------------
 sound/soc/codecs/rt5640.c                 |   2 +-
 sound/soc/codecs/rt5640.h                 |  36 ++++-----
 sound/soc/codecs/wm5102.c                 |   5 ++
 sound/soc/codecs/wm5110.c                 |   2 +
 sound/soc/codecs/wm8962.c                 |   2 +-
 sound/soc/codecs/wm8997.c                 |   2 +
 sound/soc/codecs/wm8998.c                 |   2 +
 sound/soc/intel/Kconfig                   |   1 -
 sound/soc/intel/haswell/sst-haswell-ipc.c |   2 +-
 sound/soc/intel/skylake/skl-sst-dsp.c     |   5 ++
 sound/soc/intel/skylake/skl-topology.c    |  42 ++++++----
 sound/soc/intel/skylake/skl-topology.h    |   8 +-
 sound/soc/intel/skylake/skl.c             |  32 +++++---
 sound/soc/soc-dapm.c                      |   7 ++
 27 files changed, 304 insertions(+), 229 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ