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, 04 Dec 2015 17:16:32 +0100
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.4-rc4

Linus,

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

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

The topmost commit is bcdda2ec28c31fe62d5d85c8b603f202a2c85fac

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

sound fixes for 4.4-rc4

This time we've got a larger number of updates, mainly from ASoC
world.  The only significant LOCs found here are for Realtek codecs,
where most of changes are quite systematic replacements.

There are also a few fixes in ASoC core side: one is the PM call order
fix to ensure the DPAM resume working properly.  Another is the proper
cleanup call after freeing DAPM widgets, and the correction of the
wrong callback set in topology API.

The rest are a wide range of driver-specific small fixes, including
HD-audio.

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

Adam Sampson (1):
      ASoC: sun4i-codec: use consistent names for PA controls

Andreas Dannenberg (1):
      ASoC: davinci-mcasp: Fix TDM slot rx/tx mask associations

Arnd Bergmann (2):
      ASoC: fix rockchip 64-bit build warning
      ASoC: fsl: clarify ac97 dependency

Bard Liao (4):
      ASoC: rl6231: avoid using divisible by 3 for DMIC clk
      ASoC: rt5670: fix wrong bit def for pll src
      ASoC: rt5645: Add dmi_system_id "Google Wizpig"
      ASoC: rt5645: Add dmi_system_id "Google Terra"

Jeeja KP (1):
      ASoC: core: Change power state before rechecking endpoint

John Keeping (1):
      ASoC: es8328: Fix shifts for mixer switches

John Lin (3):
      ASoC: rl6231: fix range of DMIC clock
      ASoC: rt5645: Increase the delay time to imporve the HP pop noise
      ASoC: rt5645: Add struct dmi_system_id "Google Edgar" for Chrome OS

JongHo Kim (1):
      ASoC: wm8960: Fix the Input PGA Mute switch

Jyri Sarha (1):
      ASoC: dapm: Reset dapm wcache after freeing damp widgets

Kuninori Morimoto (2):
      ASoC: rsnd: fixup SCU_SYS_INT_EN1 address
      ASoC: rsnd: make sure SRC In Rate feature enablement

Moise Gergaud (3):
      ASoC: sti: remove wrong error message
      ASoC: sti: rename ST proprietary DT properties
      ASoC: sti: set player private data

Oder Chiou (2):
      ASoC: rt5645: Power up the RC clock to make sure the speaker volume adjust properly
      ASoC: rt5677: Avoid the pop sound that comes from the filter power

Omair M Abdullah (1):
      ASoC: topology: fix info callback for TLV byte control

Peter Ujfalusi (1):
      ASoC: davinci-mcasp: Fix master capture only mode

Randy Dunlap (1):
      ASoC: fix kernel-doc warnings in sound/soc/soc-ops.c

Richard Fitzgerald (1):
      ASoC: arizona: fix range of OPCLK_REF

Sachin Pandhare (1):
      ASoC: wm8962: correct addresses for HPF_C_0/1

Sjoerd Simons (1):
      ASoC: rockchip: Fix incorrect VDW value for 24 bit

Stefan Agner (1):
      ASoC: fsl_sai: fix Rx synchrounous mode

Sudip Mukherjee (1):
      ASoC: Intel: Skylake: fix memory leak

Takashi Iwai (3):
      ALSA: hda - Skip ELD notification during system suspend
      ALSA: hda - Correct codec names for 14f1:50f1 and 14f1:50f3
      ALSA: hda - Add Conexant CX8200 (14f1:2008) codec entry

Vinod Koul (1):
      ASoC: Intel: Skylake: Add I2C depends for SKL machine

Yong Zhi (1):
      ASoC: nau8825: add pm function

---
 include/sound/soc-dapm.h               |   1 +
 sound/pci/hda/patch_conexant.c         |   5 +-
 sound/pci/hda/patch_hdmi.c             |   6 ++
 sound/soc/codecs/arizona.c             |  16 ++----
 sound/soc/codecs/es8328.c              |  16 +++---
 sound/soc/codecs/nau8825.c             |  31 ++++++++++
 sound/soc/codecs/rl6231.c              |   6 +-
 sound/soc/codecs/rt5645.c              |  61 ++++++++++++++++++--
 sound/soc/codecs/rt5670.h              |  12 ++--
 sound/soc/codecs/rt5677.c              | 100 ++++++++++++++++++++-------------
 sound/soc/codecs/wm8960.c              |   2 +-
 sound/soc/codecs/wm8962.c              |   4 +-
 sound/soc/davinci/davinci-mcasp.c      |  12 +++-
 sound/soc/fsl/Kconfig                  |   2 +
 sound/soc/fsl/fsl_sai.c                |   3 +-
 sound/soc/intel/Kconfig                |   2 +-
 sound/soc/intel/skylake/skl-topology.c |   1 +
 sound/soc/rockchip/rockchip_spdif.c    |   2 +-
 sound/soc/rockchip/rockchip_spdif.h    |   6 +-
 sound/soc/sh/rcar/gen.c                |   2 +-
 sound/soc/sh/rcar/src.c                |   7 +++
 sound/soc/soc-core.c                   |   6 +-
 sound/soc/soc-dapm.c                   |   7 +++
 sound/soc/soc-ops.c                    |   2 +-
 sound/soc/soc-topology.c               |   3 +-
 sound/soc/sti/uniperif_player.c        |   9 ++-
 sound/soc/sti/uniperif_reader.c        |   3 +-
 sound/soc/sunxi/sun4i-codec.c          |  27 ++++-----
 28 files changed, 247 insertions(+), 107 deletions(-)

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