public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] sound fixes for 6.7-rc1
@ 2023-11-10  9:21 Takashi Iwai
  2023-11-10 20:05 ` pr-tracker-bot
  0 siblings, 1 reply; 3+ messages in thread
From: Takashi Iwai @ 2023-11-10  9:21 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Mark Brown, Liam Girdwood, Linux Sound Mailing List,
	Linux Kernel Mailing List

Linus,

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

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

The topmost commit is bce36aa682da7ca996d4a02636ebfb6b5f2c3f83

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

sound fixes for 6.7-rc1

A collection of fixes for RC1.  Majority of changes are various
ASoC driver-specific small fixes and usual HD-audio quirks, while
there are a couple of core changes: a fix in ALSA core procfs code
to avoid deadlocks at disconnection and an ASoC core fix for DAPM
clock widgets.

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

Alex Spataru (1):
      ALSA: hda/realtek: Add quirk for ASUS UX7602ZM

Alexander Koskovich (1):
      ALSA: hda: Add ASRock X670E Taichi to denylist

David Lin (1):
      ASoC: nau8540: Add self recovery to improve capture quility

David Rau (1):
      ASoC: da7219: Improve system suspend and resume handling

Eugen Hristev (2):
      ASoC: mediatek: mt8186_mt6366_rt1019_rt5682s: trivial: fix error messages
      ASoC: SOF: sof-client: trivial: fix comment typo

Jerome Brunet (2):
      ASoC: hdmi-codec: register hpd callback on component probe
      ASoC: dapm: fix clock get name

Kailang Yang (1):
      ALSA: hda/realtek: Add support dual speaker for Dell

Nathan Chancellor (1):
      ASoC: codecs: aw88399: Fix -Wuninitialized in aw_dev_set_vcalb()

Rob Herring (1):
      ASoC: rockchip: Fix unused rockchip_i2s_tdm_match warning for !CONFIG_OF

Shuming Fan (1):
      ASoC: rt712-sdca: fix speaker route missing issue

Syed Saba Kareem (1):
      ASoC: amd: acp: fix for i2s mode register field update

Takashi Iwai (1):
      ALSA: info: Fix potential deadlock at disconnection

Tony Lindgren (1):
      ASoC: ti: omap-mcbsp: Fix runtime PM underflow warnings

Uwe Kleine-König (1):
      OSS: dmasound/paula: Convert to platform remove callback returning void

Vitalii Torshyn (1):
      ALSA: hda: ASUS UM5302LA: Added quirks for cs35L41/10431A83 on i2c bus

Weidong Wang (3):
      ASoC: codecs: Modify the maximum value of calib
      ASoC: codecs: Modify the wrong judgment of re value
      ASoC: codecs: Modify macro value error

---
 sound/core/info.c                                  | 21 ++++++----
 sound/oss/dmasound/dmasound_paula.c                |  7 ++--
 sound/pci/hda/hda_intel.c                          |  1 +
 sound/pci/hda/patch_realtek.c                      | 47 +++++++++++++++++----
 sound/soc/amd/acp/acp-i2s.c                        |  4 +-
 sound/soc/codecs/aw88395/aw88395.c                 |  2 +-
 sound/soc/codecs/aw88399.c                         |  8 ++--
 sound/soc/codecs/aw88399.h                         |  2 +-
 sound/soc/codecs/da7219-aad.c                      |  9 +++-
 sound/soc/codecs/hdmi-codec.c                      | 27 ++++++++----
 sound/soc/codecs/nau8540.c                         | 49 ++++++++++++++++++++++
 sound/soc/codecs/nau8540.h                         | 15 +++++++
 sound/soc/codecs/rt712-sdca.c                      | 14 +++----
 .../mediatek/mt8186/mt8186-mt6366-rt1019-rt5682s.c |  4 +-
 sound/soc/rockchip/rockchip_i2s_tdm.c              |  2 +-
 sound/soc/soc-dapm.c                               |  2 +-
 sound/soc/sof/sof-client.c                         |  2 +-
 sound/soc/ti/omap-mcbsp.c                          |  6 ++-
 18 files changed, 171 insertions(+), 51 deletions(-)


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

* [GIT PULL] sound fixes for 6.7-rc1
@ 2023-11-10  9:56 Takashi Iwai
  0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2023-11-10  9:56 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Mark Brown, Liam Girdwood, linux-sound, linux-kernel

[ Resent since I couldn't see my previous post on ML;
  please disregard if you've already received the previous post ]

Linus,

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

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

The topmost commit is bce36aa682da7ca996d4a02636ebfb6b5f2c3f83

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

sound fixes for 6.7-rc1

A collection of fixes for RC1.  Majority of changes are various
ASoC driver-specific small fixes and usual HD-audio quirks, while
there are a couple of core changes: a fix in ALSA core procfs code
to avoid deadlocks at disconnection and an ASoC core fix for DAPM
clock widgets.

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

Alex Spataru (1):
      ALSA: hda/realtek: Add quirk for ASUS UX7602ZM

Alexander Koskovich (1):
      ALSA: hda: Add ASRock X670E Taichi to denylist

David Lin (1):
      ASoC: nau8540: Add self recovery to improve capture quility

David Rau (1):
      ASoC: da7219: Improve system suspend and resume handling

Eugen Hristev (2):
      ASoC: mediatek: mt8186_mt6366_rt1019_rt5682s: trivial: fix error messages
      ASoC: SOF: sof-client: trivial: fix comment typo

Jerome Brunet (2):
      ASoC: hdmi-codec: register hpd callback on component probe
      ASoC: dapm: fix clock get name

Kailang Yang (1):
      ALSA: hda/realtek: Add support dual speaker for Dell

Nathan Chancellor (1):
      ASoC: codecs: aw88399: Fix -Wuninitialized in aw_dev_set_vcalb()

Rob Herring (1):
      ASoC: rockchip: Fix unused rockchip_i2s_tdm_match warning for !CONFIG_OF

Shuming Fan (1):
      ASoC: rt712-sdca: fix speaker route missing issue

Syed Saba Kareem (1):
      ASoC: amd: acp: fix for i2s mode register field update

Takashi Iwai (1):
      ALSA: info: Fix potential deadlock at disconnection

Tony Lindgren (1):
      ASoC: ti: omap-mcbsp: Fix runtime PM underflow warnings

Uwe Kleine-König (1):
      OSS: dmasound/paula: Convert to platform remove callback returning void

Vitalii Torshyn (1):
      ALSA: hda: ASUS UM5302LA: Added quirks for cs35L41/10431A83 on i2c bus

Weidong Wang (3):
      ASoC: codecs: Modify the maximum value of calib
      ASoC: codecs: Modify the wrong judgment of re value
      ASoC: codecs: Modify macro value error

---
 sound/core/info.c                                  | 21 ++++++----
 sound/oss/dmasound/dmasound_paula.c                |  7 ++--
 sound/pci/hda/hda_intel.c                          |  1 +
 sound/pci/hda/patch_realtek.c                      | 47 +++++++++++++++++----
 sound/soc/amd/acp/acp-i2s.c                        |  4 +-
 sound/soc/codecs/aw88395/aw88395.c                 |  2 +-
 sound/soc/codecs/aw88399.c                         |  8 ++--
 sound/soc/codecs/aw88399.h                         |  2 +-
 sound/soc/codecs/da7219-aad.c                      |  9 +++-
 sound/soc/codecs/hdmi-codec.c                      | 27 ++++++++----
 sound/soc/codecs/nau8540.c                         | 49 ++++++++++++++++++++++
 sound/soc/codecs/nau8540.h                         | 15 +++++++
 sound/soc/codecs/rt712-sdca.c                      | 14 +++----
 .../mediatek/mt8186/mt8186-mt6366-rt1019-rt5682s.c |  4 +-
 sound/soc/rockchip/rockchip_i2s_tdm.c              |  2 +-
 sound/soc/soc-dapm.c                               |  2 +-
 sound/soc/sof/sof-client.c                         |  2 +-
 sound/soc/ti/omap-mcbsp.c                          |  6 ++-
 18 files changed, 171 insertions(+), 51 deletions(-)


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

* Re: [GIT PULL] sound fixes for 6.7-rc1
  2023-11-10  9:21 Takashi Iwai
@ 2023-11-10 20:05 ` pr-tracker-bot
  0 siblings, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2023-11-10 20:05 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: Linus Torvalds, Mark Brown, Liam Girdwood,
	Linux Sound Mailing List, Linux Kernel Mailing List

The pull request you sent on Fri, 10 Nov 2023 10:21:23 +0100:

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

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

Thank you!

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

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

end of thread, other threads:[~2023-11-10 21:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-10  9:56 [GIT PULL] sound fixes for 6.7-rc1 Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2023-11-10  9:21 Takashi Iwai
2023-11-10 20:05 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox