mbox series

[GIT,PULL] ASoC fixes for v5.17-rc5

Message ID 20220223124454.8C7F6C340E7@smtp.kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ASoC fixes for v5.17-rc5 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.17-rc5

Message

Mark Brown Feb. 23, 2022, 12:44 p.m. UTC
The following changes since commit a887f9c7a4d37a8e874ba8415a42a92a1b5139fc:

  ASoC: wm_adsp: Correct control read size when parsing compressed buffer (2022-02-10 17:26:43 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.17-rc5

for you to fetch changes up to c5487b9cdea5c1ede38a7ec94db0fc59963c8e86:

  ASoC: cs4265: Fix the duplicated control name (2022-02-16 16:34:16 +0000)

----------------------------------------------------------------
ASoC: Fixes for v5.17

A few more fixes for v5.17, one followup to the bounds checking fixes
handling controls which support negative values internally and a driver
specific one.

----------------------------------------------------------------
Fabio Estevam (1):
      ASoC: cs4265: Fix the duplicated control name

Marek Vasut (1):
      ASoC: ops: Shift tested values in snd_soc_put_volsw() by +min

 sound/soc/codecs/cs4265.c | 3 +--
 sound/soc/soc-ops.c       | 4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

Comments

Takashi Iwai Feb. 23, 2022, 2:47 p.m. UTC | #1
On Wed, 23 Feb 2022 13:44:41 +0100,
Mark Brown wrote:
> 
> The following changes since commit a887f9c7a4d37a8e874ba8415a42a92a1b5139fc:
> 
>   ASoC: wm_adsp: Correct control read size when parsing compressed buffer (2022-02-10 17:26:43 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.17-rc5
> 
> for you to fetch changes up to c5487b9cdea5c1ede38a7ec94db0fc59963c8e86:
> 
>   ASoC: cs4265: Fix the duplicated control name (2022-02-16 16:34:16 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.17
> 
> A few more fixes for v5.17, one followup to the bounds checking fixes
> handling controls which support negative values internally and a driver
> specific one.

Thanks, pulled now.


Takashi