[GIT,PULL] : soundwire fixes for v6.7

Message ID ZX8pI+hOq9Tg5H2A@matsya
State New
Headers
Series [GIT,PULL] : soundwire fixes for v6.7 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-6.7-fixes

Message

Vinod Koul Dec. 17, 2023, 5 p.m. UTC
  Hello Linus,

Please pull to receive the soundwire subsystem fix for 6.7 containing
intel driver fix and a core fix in case of multi-link.

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-6.7-fixes

for you to fetch changes up to 393cae5f32d640b9798903702018a48c7a45e59f:

  soundwire: intel_ace2x: fix AC timing setting for ACE2.x (2023-11-28 15:27:27 +0530)

----------------------------------------------------------------
soundwire fixes for 6.7

 - Null pointer dereference for mult link in core
 - AC timing fix in intel driver

----------------------------------------------------------------
Chao Song (1):
      soundwire: intel_ace2x: fix AC timing setting for ACE2.x

Krzysztof Kozlowski (1):
      soundwire: stream: fix NULL pointer dereference for multi_link

 drivers/soundwire/intel_ace2x.c | 3 ++-
 drivers/soundwire/stream.c      | 7 ++++---
 2 files changed, 6 insertions(+), 4 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Dec. 17, 2023, 5:38 p.m. UTC | #1
The pull request you sent on Sun, 17 Dec 2023 22:30:19 +0530:

> git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-6.7-fixes

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

Thank you!