mbox series

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

Message ID 20230615114301.91292C433C8@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.4-rc6-2 | expand

Pull-request

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

Message

Mark Brown June 15, 2023, 11:42 a.m. UTC
The following changes since commit 32cf0046a652116d6a216d575f3049a9ff9dd80d:

  ASoC: fsl_sai: Enable BCI bit if SAI works on synchronous mode with BYP asserted (2023-06-02 12:54:07 +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-rc6-2

for you to fetch changes up to f9fd804aa0a36f15a35ca070ec4c52650876cc29:

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

----------------------------------------------------------------
ASoC: Fixes for v6.4

A couple more fixes for v6.4, one fixing a misleading error log and
another stopping us seeing spurious failures setting the master volume
on some Tegra systems introduced by a change to how we calculate delay
times.

----------------------------------------------------------------
Jon Hunter (1):
      ASoC: tegra: Fix Master Volume Control

Richard Fitzgerald (1):
      firmware: cs_dsp: Log correct region name in bin error messages

 drivers/firmware/cirrus/cs_dsp.c | 5 +++--
 sound/soc/tegra/tegra_pcm.c      | 3 +++
 2 files changed, 6 insertions(+), 2 deletions(-)

Comments

Takashi Iwai June 15, 2023, 4:14 p.m. UTC | #1
On Thu, 15 Jun 2023 13:42:52 +0200,
Mark Brown wrote:
> 
> The following changes since commit 32cf0046a652116d6a216d575f3049a9ff9dd80d:
> 
>   ASoC: fsl_sai: Enable BCI bit if SAI works on synchronous mode with BYP asserted (2023-06-02 12:54:07 +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-rc6-2
> 
> for you to fetch changes up to f9fd804aa0a36f15a35ca070ec4c52650876cc29:
> 
>   ASoC: tegra: Fix Master Volume Control (2023-06-13 12:10:56 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.4
> 
> A couple more fixes for v6.4, one fixing a misleading error log and
> another stopping us seeing spurious failures setting the master volume
> on some Tegra systems introduced by a change to how we calculate delay
> times.

Thanks, pulled.


Takashi