mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mark Brown <broonie@kernel.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] sound fixes for 5.0-rc4
Date: Thu, 24 Jan 2019 10:13:07 +0100	[thread overview]
Message-ID: <s5hfttibeqk.wl-tiwai@suse.de> (raw)

Linus,

please pull sound fixes for v5.0-rc4 from:

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

The topmost commit is 699390381a7bae2fab01a22f742a17235c44ed8a

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

sound fixes for 5.0-rc4

A significant amount of fixes at this time, mostly for covering the
recent ASoC issues.

- Fixes for the missing ASoC driver initialization with non-deferred
  probes; these triggered other problems in chain, which resulted in
  yet more fix commits

- DaVinci runtime PM fix; the diff looks large but it's just a code
  shuffling

- Various fixes for ASoC Intel drivers: a regression in HD-A HDMI,
  Kconfig dependency, machine driver adjustments, PLL fix.

- Other ASoC driver-specific stuff including the trivial fixes
  caught by static analysis

- Usual HD-audio quirks

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

Ajit Pandey (1):
      ASoC: soc-core: defer card probe until all component is added to list

Anthony Wong (1):
      ALSA: hda - Add mute LED support for HP ProBook 470 G5

Curtis Malainey (1):
      ASoC: soc-core: fix init platform memory handling

Dan Carpenter (6):
      ASoC: dma-sh7760: cleanup a debug printk
      ASoC: pcm512x: Fix a double unlock in pcm512x_digital_mute()
      ASoC: qdsp6: q6asm-dai: Off by one in of_q6asm_parse_dai_data()
      ASoC: qdsp6: q6asm-dai: Fix a NULL vs IS_ERR() bug
      ASoC: qdsp6: q6asm-dai: Fix a small memory leak
      ALSA: compress: prevent potential divide by zero bugs

Geert Uytterhoeven (1):
      ASoC: xlnx: Grammar s/the the/the/

Gustavo A. R. Silva (2):
      ASoC: rt5514-spi: Fix potential NULL pointer dereference
      ASoC: amd: Fix potential NULL pointer dereference

Kailang Yang (1):
      ALSA: hda/realtek - Fix typo for ALC225 model

Kangjie Lu (1):
      ASoC: atom: fix a missing check of snd_pcm_lib_malloc_pages

Mac Chiang (1):
      ASoC: Intel: Boards: move the codec PLL configuration to _init

Mark Brown (1):
      ASoC: core: Make snd_soc_find_component() more robust

Maruthi Srinivas Bayyavarapu (1):
      ASoC: xlnx: change license header format style

Matthias Reichl (1):
      ASoC: core: Don't defer probe on optional, NULL components

Peter Ujfalusi (1):
      ASoC: ti: davinci-mcasp: Move context save/restore to runtime_pm callbacks

Rander Wang (1):
      ASoC: Intel: Haswell/Broadwell: fix setting for .dynamic field

Rohit kumar (2):
      ASoC: sdm845: set jack only for a specific backend
      ASoC: soc-core: Hold client_mutex around soc_init_dai_link()

Shuming Fan (2):
      ASoC: rt5682: Fix recording no sound issue
      ASoC: rt5682: Fix PLL source register definitions

Silvio Cesare (2):
      ASoC: dapm: change snprintf to scnprintf for possible overflow
      ASoC: imx-audmux: change snprintf to scnprintf for possible overflow

Sinan Kaya (1):
      ASoC: Intel: atom: Make PCI dependency explicit

Takashi Iwai (1):
      ASoC: intel: skl: Fix display power regression

Yizhuo (1):
      ASoC: Variable "val" in function rt274_i2c_probe() could be uninitialized

b-ak (1):
      ASoC: tlv320aic32x4: Kernel OOPS while entering DAPM standby mode

---
 include/sound/soc.h                           |   6 ++
 sound/core/compress_offload.c                 |   3 +-
 sound/pci/hda/patch_conexant.c                |   1 +
 sound/pci/hda/patch_realtek.c                 |   2 +-
 sound/soc/amd/raven/acp3x-pcm-dma.c           |   6 +-
 sound/soc/codecs/hdac_hdmi.c                  | 116 +++-------------------
 sound/soc/codecs/pcm512x.c                    |  11 +--
 sound/soc/codecs/rt274.c                      |   5 +-
 sound/soc/codecs/rt5514-spi.c                 |   2 +
 sound/soc/codecs/rt5682.c                     |   1 +
 sound/soc/codecs/rt5682.h                     |  24 ++---
 sound/soc/codecs/tlv320aic32x4.c              |   4 +
 sound/soc/fsl/imx-audmux.c                    |  24 ++---
 sound/soc/intel/Kconfig                       |   2 +-
 sound/soc/intel/atom/sst-mfld-platform-pcm.c  |   8 +-
 sound/soc/intel/boards/broadwell.c            |   2 +-
 sound/soc/intel/boards/glk_rt5682_max98357a.c |  45 ++-------
 sound/soc/intel/boards/haswell.c              |   2 +-
 sound/soc/intel/skylake/skl.c                 |  13 +--
 sound/soc/qcom/qdsp6/q6asm-dai.c              |  17 +++-
 sound/soc/qcom/sdm845.c                       |  31 ++++--
 sound/soc/sh/dma-sh7760.c                     |   2 +-
 sound/soc/soc-core.c                          |  34 +++++--
 sound/soc/soc-dapm.c                          |  10 +-
 sound/soc/ti/davinci-mcasp.c                  | 136 ++++++++++++--------------
 sound/soc/xilinx/Kconfig                      |   2 +-
 sound/soc/xilinx/xlnx_i2s.c                   |  15 ++-
 27 files changed, 227 insertions(+), 297 deletions(-)


             reply	other threads:[~2019-01-24  9:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-24  9:13 Takashi Iwai [this message]
2019-01-24 17:10 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s5hfttibeqk.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®