mbox series

[GIT,PULL] ASoC fixes for v6.4-rc7

Message ID 20230621131912.90DC8C433C0@smtp.kernel.org (mailing list archive)
State Accepted
Commit 6f9441f4e3ebf86b8a0427f14ee1753f2183a3cf
Headers show
Series [GIT,PULL] ASoC fixes for v6.4-rc7 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.4-rc7

Message

Mark Brown June 21, 2023, 1:18 p.m. UTC
The following changes since commit f9fd804aa0a36f15a35ca070ec4c52650876cc29:

  ASoC: tegra: Fix Master Volume Control (2023-06-13 12:10:56 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.4-rc7

for you to fetch changes up to 1f1ef7e5bbe2de125da413e238915f6047ea4ba2:

  ASoC: intel: sof_sdw: Fixup typo in device link checking (2023-06-19 12:58:22 +0100)

----------------------------------------------------------------
ASoC: Fix for v6.4

A fix for a typoed iterator in the Intel Soundwire driver, fairly simple
on inspection though not reviewed by Intel.

----------------------------------------------------------------
Charles Keepax (1):
      ASoC: intel: sof_sdw: Fixup typo in device link checking

 sound/soc/intel/boards/sof_sdw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Takashi Iwai June 21, 2023, 1:24 p.m. UTC | #1
On Wed, 21 Jun 2023 15:18:43 +0200,
Mark Brown wrote:
> 
> The following changes since commit f9fd804aa0a36f15a35ca070ec4c52650876cc29:
> 
>   ASoC: tegra: Fix Master Volume Control (2023-06-13 12:10:56 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.4-rc7
> 
> for you to fetch changes up to 1f1ef7e5bbe2de125da413e238915f6047ea4ba2:
> 
>   ASoC: intel: sof_sdw: Fixup typo in device link checking (2023-06-19 12:58:22 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fix for v6.4
> 
> A fix for a typoed iterator in the Intel Soundwire driver, fairly simple
> on inspection though not reviewed by Intel.

Pulled now, thanks.


Takashi