linux-kernel.vger.kernel.org archive mirror
 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.11-rc5
Date: Thu, 21 Jan 2021 16:36:13 +0100	[thread overview]
Message-ID: <s5hmtx29uaa.wl-tiwai@suse.de> (raw)

Linus,

please pull sound fixes for v5.11-rc5 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-5.11-rc5

The topmost commit is 506c203cc3de6e26666b8476d287dee81595d6dc

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

sound fixes for 5.11-rc5

Here is a collection of sound fixes targeted for 5.11-rc5.  Most
notably, USB-audio still got a few intensive changes for covering the
regressions while the rest are all small fixes.

- A trivial fix for sequencer OSS emulation error path
- HD-audio runtime PM regression fix, a few quirks and new IDs
- USB-audio regression fixes for Pioneer device, Logitech webcams, etc
- ASoC SOF Intel coverage
- MAINTAINERS file update
- A fix in the jack handling in ASoC HDMI codec

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

Chris Chiu (1):
      ALSA: hda/realtek - Limit int mic boost on Acer Aspire E5-575T

Kai Vehmanen (2):
      ALSA: hda: Add AlderLake-P PCI ID and HDMI codec vid
      ASoC: SOF: Intel: fix page fault at probe if i915 init fails

Kai-Chuan Hsieh (1):
      ALSA: hda: Add Cometlake-R PCI ID

Kai-Heng Feng (4):
      ASoC: SOF: Intel: hda: Resume codec to do jack detection
      ASoC: SOF: Intel: hda: Modify existing helper to disable WAKEEN
      ASoC: SOF: Intel: hda: Avoid checking jack on system suspend
      ALSA: hda: Balance runtime/system PM if direct-complete is disabled

Mauro Carvalho Chehab (1):
      MAINTAINERS: update references to stm32 audio bindings

Srinivas Kandagatla (2):
      MAINTAINERS: update maintainers of qcom audio
      MAINTAINERS: update qcom ASoC drivers list

Stephan Gerhold (1):
      ASoC: hdmi-codec: Fix return value in hdmi_codec_set_jack()

Takashi Iwai (7):
      ALSA: usb-audio: Always apply the hw constraints for implicit fb sync
      ALSA: hda/via: Add minimum mute flag
      ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()
      ALSA: usb-audio: Fix UAC1 rate setup for secondary endpoints
      ALSA: usb-audio: Set sample rate for all sharing EPs on UAC1
      ALSA: usb-audio: Avoid implicit feedback on Pioneer devices
      ALSA: usb-audio: Fix hw constraints dependencies

---
 MAINTAINERS                        |  12 ++-
 sound/core/seq/oss/seq_oss_synth.c |   3 +-
 sound/pci/hda/hda_codec.c          |  24 ++---
 sound/pci/hda/hda_intel.c          |   6 ++
 sound/pci/hda/patch_hdmi.c         |   1 +
 sound/pci/hda/patch_realtek.c      |   8 ++
 sound/pci/hda/patch_via.c          |   1 +
 sound/soc/codecs/hdmi-codec.c      |   2 +-
 sound/soc/fsl/imx-hdmi.c           |   2 +-
 sound/soc/sof/intel/hda-codec.c    |  37 ++++----
 sound/soc/sof/intel/hda-dsp.c      |   9 +-
 sound/soc/sof/intel/hda.h          |   2 +-
 sound/usb/clock.c                  |  21 ++---
 sound/usb/endpoint.c               |   9 ++
 sound/usb/implicit.c               |  17 ++--
 sound/usb/pcm.c                    | 174 +++++++++++++++++++++++--------------
 sound/usb/quirks.c                 |  28 ------
 17 files changed, 196 insertions(+), 160 deletions(-)


             reply	other threads:[~2021-01-21 15:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-21 15:36 Takashi Iwai [this message]
2021-01-21 19:48 ` [GIT PULL] sound fixes for 5.11-rc5 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=s5hmtx29uaa.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;
as well as URLs for NNTP newsgroup(s).