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 6.3-rc1
Date: Sat, 04 Mar 2023 05:15:28 +0100 [thread overview]
Message-ID: <87sfelrw2n.wl-tiwai@suse.de> (raw)
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(-)
next reply other threads:[~2023-03-04 4:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-04 4:15 Takashi Iwai [this message]
2023-03-04 20:58 ` [GIT PULL] sound fixes for 6.3-rc1 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=87sfelrw2n.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