All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] sound fixes for 6.3-rc1
@ 2023-03-04  4:15 Takashi Iwai
  2023-03-04 20:58 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Takashi Iwai @ 2023-03-04  4:15 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Mark Brown, Liam Girdwood, Linux Kernel Mailing List

Linus,

please pull sound fixes for v6.3-rc1 from:

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

The topmost commit is a8e98f3448e1a4b6848f213cf51720e29dcc774b

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

sound fixes for 6.3-rc1

A collection of various small fixes that have been gathered since
the last PR.  The majority of changes are for ASoC, and there is
a small change in ASoC PCM core, but the rest are all for driver-
specific fixes / quirks / updates.

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

Arnd Bergmann (1):
      ASoC: zl38060 add gpiolib dependency

Claudiu Beznea (3):
      ASoC: soc-pcm: add option to start DMA after DAI
      ASoC: dt-bindings: sama7g5-pdmc: add microchip,startup-delay-us binding
      ASoC: mchp-pdmc: fix poc noise at capture startup

David Rau (1):
      ASoC: da7219: Improve the IRQ process to increase the stability

Dharageswari.R (1):
      ASoC: Intel: sof_rt5682: Add quirk for Rex board with mx98360a amplifier

Dmitry Fomin (2):
      ALSA: ice1712: Do not left ice->gpio_mutex locked in aureon_add_controls()
      ALSA: ice1712: Delete unreachable code in aureon_add_controls()

Duc Anh Le (1):
      ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx (8A43)

Geert Uytterhoeven (1):
      ASoC: rsnd: adg: Fix BRG typos

Janne Grunau (1):
      ASoC: dt-bindings: apple,mca: Add t8112-mca compatible

Jaroslav Kysela (1):
      ALSA: hda/realtek: Improve support for Dell Precision 3260

Joseph Hunkeler (1):
      ASoC: amd: yp: Add OMEN by HP Gaming Laptop 16z-n000 to quirks

Kiseok Jo (1):
      ASoC: SMA1303: Change the value for right output

Mark Brown (10):
      ASoC: mt6358: Fix event generation for wake on voice stage 2 switch
      ASoC: mt6358: Validate Wake on Voice 2 writes
      ASoC: mt6358: Remove undefined HPx Mux enumeration values
      ASoC: mt8183: Remove spammy logging from I2S DAI driver
      ASoC: mt8183: Fix event generation for I2S DAI operations
      ASoC: mt8192: Remove spammy log messages
      ASoC: mt8192: Fix event generation for controls
      ASoC: mt8192: Report an error if when an invalid sidetone gain is written
      ASoC: mt8192: Fix range for sidetone positive gain
      ASoC: sam9g20ek: Disable capture unless building with microphone input

Martin Povišer (3):
      ASoC: apple: mca: Fix final status read on SERDES reset
      ASoC: apple: mca: Fix SERDES reset sequence
      ASoC: apple: mca: Improve handling of unavailable DMA channels

Nuno Sá (1):
      ASoC: adau7118: don't disable regulators on device unbind

Trevor Wu (3):
      ASoC: mediatek: mt8188: correct etdm control return value
      ASoC: mediatek: mt8188: add missing initialization
      ASoC: mediatek: mt8195: add missing initialization

Łukasz Stelmach (1):
      ALSA: hda/realtek: Add quirk for HP EliteDesk 800 G6 Tower PC

---
 .../devicetree/bindings/sound/apple,mca.yaml       |  1 +
 .../bindings/sound/microchip,sama7g5-pdmc.yaml     |  6 ++
 include/sound/soc-component.h                      |  2 +
 sound/pci/hda/patch_realtek.c                      |  2 +
 sound/pci/ice1712/aureon.c                         |  6 +-
 sound/soc/amd/yc/acp6x-mach.c                      | 14 +++++
 sound/soc/apple/mca.c                              | 31 ++++++++---
 sound/soc/atmel/mchp-pdmc.c                        | 53 ++++++++++++++++--
 sound/soc/atmel/sam9g20_wm8731.c                   |  3 +
 sound/soc/codecs/Kconfig                           |  1 +
 sound/soc/codecs/adau7118.c                        | 19 +------
 sound/soc/codecs/da7219-aad.c                      | 41 +++++++++++---
 sound/soc/codecs/da7219-aad.h                      |  4 ++
 sound/soc/codecs/mt6358.c                          | 11 ++--
 sound/soc/codecs/sma1303.c                         |  2 +-
 sound/soc/intel/boards/sof_rt5682.c                | 23 ++++++++
 sound/soc/intel/common/soc-acpi-intel-mtl-match.c  | 12 ++++
 sound/soc/mediatek/mt8183/mt8183-dai-i2s.c         | 21 +------
 sound/soc/mediatek/mt8188/mt8188-dai-etdm.c        | 11 +---
 sound/soc/mediatek/mt8192/mt8192-dai-adda.c        | 58 +++++++-------------
 sound/soc/mediatek/mt8195/mt8195-dai-etdm.c        |  3 +
 sound/soc/sh/rcar/adg.c                            | 64 +++++++++++-----------
 sound/soc/soc-pcm.c                                | 27 +++++++--
 23 files changed, 263 insertions(+), 152 deletions(-)


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

* Re: [GIT PULL] sound fixes for 6.3-rc1
  2023-03-04  4:15 [GIT PULL] sound fixes for 6.3-rc1 Takashi Iwai
@ 2023-03-04 20:58 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-03-04 20:58 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: Linus Torvalds, Mark Brown, Liam Girdwood, Linux Kernel Mailing List

The pull request you sent on Sat, 04 Mar 2023 05:15:28 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d172859ebff33598d80089c0bec44471872d2628

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2023-03-04 20:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-04  4:15 [GIT PULL] sound fixes for 6.3-rc1 Takashi Iwai
2023-03-04 20:58 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.