linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] sound fixes for 5.8-rc1
@ 2020-06-11 11:33 Takashi Iwai
  2020-06-11 19:50 ` pr-tracker-bot
  2020-06-12  0:13 ` John Stultz
  0 siblings, 2 replies; 11+ messages in thread
From: Takashi Iwai @ 2020-06-11 11:33 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Mark Brown, Liam Girdwood, Linux Kernel Mailing List

Linus,

please pull sound fixes for v5.8-rc1 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-fix-5.8-rc1

The topmost commit is a4f55d927d33accd6eb535ce0db031e2df47714a

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

sound fixes for 5.8-rc1

Here are last-minute fixes gathered before merge window close;
a few fixes are for the core while the rest majority are driver
fixes.

* PCM locking annotation fixes and the possible self-lock fix
* ASoC DPCM regression fixes with multi-CPU DAI
* A fix for inconsistent resume from system-PM on USB-audio
* Improved runtime-PM handling with multiple USB interfaces
* Quirks for HD-audio and USB-audio
* Hardened firmware handling in max98390 codec
* A couple of fixes for meson

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

Bard Liao (1):
      ASoC: core: only convert non DPCM link to DPCM link

Colin Ian King (1):
      ASoC: meson: fix memory leak of links if allocation of ldata fails

Dan Carpenter (1):
      ALSA: emu10k1: delete an unnecessary condition

Dan Murphy (1):
      dt-bindings: ASoc: Fix tdm-slot documentation spelling error

Hans de Goede (2):
      ASoC: Intel: bytcr_rt5640: Add quirk for Toshiba Encore WT10-A tablet
      ASoC: rt5645: Add platform-data for Asus T101HA

Hui Wang (1):
      ALSA: hda/realtek - add a pintbl quirk for several Lenovo machines

Kai-Heng Feng (1):
      ALSA: usb-audio: Add vendor, product and profile name for HP Thunderbolt Dock

Michał Mirosław (2):
      ALSA: pcm: fix snd_pcm_link() lockdep splat
      ALSA: pcm: disallow linking stream to itself

Oder Chiou (1):
      ASoC: rl6231: Modify the target DMIC clock rate

Pavel Machek (CIP) (1):
      ASoC: meson: add missing free_irq() in error path

Pierre-Louis Bossart (3):
      ASoC: soc-pcm: dpcm: fix playback/capture checks
      ASoC: Intel: boards: replace capture_only by dpcm_capture
      ASoC: SOF: nocodec: conditionally set dpcm_capture/dpcm_playback flags

Shengjiu Wang (1):
      ASoC: fsl-asoc-card: Defer probe when fail to find codec device

Steve Lee (1):
      ASoC: max98390: Fix potential crash during param fw loading

Takashi Iwai (4):
      ASoC: max98390: Fix incorrect printf qualifier
      ALSA: usb-audio: Fix inconsistent card PM state after resume
      ALSA: usb-audio: Use the new macro for HP Dock rename quirks
      ALSA: usb-audio: Manage auto-pm of all bundled interfaces

---
 .../devicetree/bindings/sound/tdm-slot.txt         |  4 +-
 sound/core/pcm_native.c                            | 20 +++++++-
 sound/pci/emu10k1/emu10k1x.c                       |  2 +-
 sound/pci/hda/patch_realtek.c                      |  6 +++
 sound/soc/codecs/max98390.c                        | 26 +++++++++--
 sound/soc/codecs/max98390.h                        |  3 +-
 sound/soc/codecs/rl6231.c                          |  4 +-
 sound/soc/codecs/rt5645.c                          | 14 ++++++
 sound/soc/fsl/fsl-asoc-card.c                      |  2 +-
 sound/soc/intel/boards/bytcr_rt5640.c              | 12 +++++
 sound/soc/intel/boards/glk_rt5682_max98357a.c      |  2 +-
 sound/soc/intel/boards/kbl_da7219_max98927.c       |  4 +-
 sound/soc/intel/boards/kbl_rt5663_max98927.c       |  2 +-
 .../soc/intel/boards/kbl_rt5663_rt5514_max98927.c  |  2 +-
 sound/soc/meson/axg-fifo.c                         | 10 +++-
 sound/soc/meson/meson-card-utils.c                 | 17 +++++--
 sound/soc/soc-core.c                               | 22 +++++++--
 sound/soc/soc-pcm.c                                | 44 ++++++++++++++----
 sound/soc/sof/nocodec.c                            |  6 ++-
 sound/usb/card.c                                   | 54 +++++++++++++++++-----
 sound/usb/quirks-table.h                           | 12 +++++
 sound/usb/usbaudio.h                               |  6 ++-
 22 files changed, 219 insertions(+), 55 deletions(-)


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-06-13  0:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-11 11:33 [GIT PULL] sound fixes for 5.8-rc1 Takashi Iwai
2020-06-11 19:50 ` pr-tracker-bot
2020-06-12  0:13 ` John Stultz
2020-06-12  0:49   ` John Stultz
2020-06-12 11:41     ` Srinivas Kandagatla
2020-06-12 12:35       ` Mark Brown
2020-06-12 23:59       ` John Stultz
2020-06-12 12:19     ` Mark Brown
2020-06-12 13:54       ` Pierre-Louis Bossart
2020-06-12 14:46         ` Mark Brown
2020-06-12 14:56           ` Pierre-Louis Bossart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).