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: <s5hr3r1jwu6.wl-tiwai@suse.de>
Date:	Thu, 30 Apr 2015 20:27:13 +0200
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 4.1-rc2

Linus,

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

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-4.1-rc2

The topmost commit is 0ae3aba2865a5a6f5ee82e9651f0a69daf19d79c

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

sound fixes for 4.1-rc2

One nice fix is Peter's patch to make the old good SB Audigy PCI to
work with 32bit DMA instead of 31bit.  This allows the MIDI synth
running on modern machines again.  Along with it, a few fixes for
emu10k1 have been merged.

In ASoC side, there is one fix in the common code, but it's just
trivial additions of static inline functions for CONFIG_PM=n. The rest
are various device-specific small fixes.

Last but not least, a few HD-audio fixes are included, as usual, too.

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

Axel Lin (1):
      ASoC: rt5645: Fix mask for setting RT5645_DMIC_2_DP_GPIO12 bit

Bard Liao (2):
      ASoC: rt5677: add register patch for PLL
      ASoC: rt5677: fixed wrong DMIC ref clock

Charles Keepax (1):
      ASoC: dapm: Enable autodisable on SOC_DAPM_SINGLE_TLV_AUTODISABLE

Fabio Estevam (1):
      ASoC: fsl_ssi: Fix platform_get_irq() error handling

Fang, Yang A (1):
      ASoC: rt5645: Add ACPI match ID

Jie Yang (1):
      ASoC: add static inline funcs to fix a compiling issue

Jin Yao (1):
      ASoC: Intel: Remove invalid kfree of devm allocated data

Kuninori Morimoto (1):
      ASoC: rsnd: set dmaen->chan = NULL when error case

Peter Zubaj (1):
      ALSA: emu10k1: Emu10k2 32 bit DMA mode

Rajeev Kumar (1):
      ASoC: Update email-id of Rajeev Kumar

Takashi Iwai (8):
      ASoC: qcom: Return an error for invalid PCM trigger command
      ALSA: hda - Fix click noise at start on Dell XPS13
      ALSA: hda - Fix mute-LED fixed mode
      ALSA: hda - Add mute-LED mode control to Thinkpad
      ALSA: emu10k1: Fix card shortname string buffer overflow
      ALSA: emux: Fix mutex deadlock at unloading
      ALSA: hda - Fix missing va_end() call in snd_hda_codec_pcm_new()
      ALSA: emux: Fix mutex deadlock in OSS emulation

Vinod Koul (1):
      ASoC: Intel: fix the makefile for atom code

Wei Yongjun (3):
      ASoC: tfa9879: Fix return value check in tfa9879_i2c_probe()
      ASoC: samsung: s3c24xx-i2s: Fix return value check in s3c24xx_iis_dev_probe()
      ASoC: Intel: sst_byt: remove kfree for memory allocated with devm_kzalloc

---
 include/sound/designware_i2s.h              |  2 +-
 include/sound/emu10k1.h                     | 14 +++++++++-----
 include/sound/soc-dapm.h                    |  2 +-
 include/sound/soc.h                         | 12 ++++++++++++
 include/sound/spear_dma.h                   |  2 +-
 sound/pci/emu10k1/emu10k1.c                 |  6 ++++--
 sound/pci/emu10k1/emu10k1_callback.c        |  4 ++--
 sound/pci/emu10k1/emu10k1_main.c            | 21 ++++++++++++++-------
 sound/pci/emu10k1/emupcm.c                  |  2 +-
 sound/pci/emu10k1/memory.c                  | 11 ++++++-----
 sound/pci/hda/hda_codec.c                   | 24 ++++++++++++++----------
 sound/pci/hda/hda_generic.c                 |  3 ++-
 sound/pci/hda/patch_realtek.c               | 16 ++++++++++++----
 sound/pci/hda/thinkpad_helper.c             |  1 +
 sound/soc/codecs/rt5645.c                   | 13 ++++++++++++-
 sound/soc/codecs/rt5677.c                   |  5 ++++-
 sound/soc/codecs/tfa9879.c                  |  4 ++--
 sound/soc/fsl/fsl_ssi.c                     |  2 +-
 sound/soc/intel/Makefile                    |  2 +-
 sound/soc/intel/baytrail/sst-baytrail-ipc.c |  1 -
 sound/soc/intel/haswell/sst-haswell-ipc.c   |  1 -
 sound/soc/qcom/lpass-cpu.c                  |  2 +-
 sound/soc/samsung/s3c24xx-i2s.c             |  4 ++--
 sound/soc/sh/rcar/dma.c                     |  1 +
 sound/synth/emux/emux_oss.c                 | 11 +----------
 sound/synth/emux/emux_seq.c                 | 29 +++++++++++++++++++++--------
 26 files changed, 126 insertions(+), 69 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