mbox series

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

Message ID 20230216131038.59183C433D2@smtp.kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ASoC fixes for v6.2-rc8 | expand

Pull-request

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

Message

Mark Brown Feb. 16, 2023, 1:10 p.m. UTC
The following changes since commit c173ee5b2fa6195066674d66d1d7e191010fb1ff:

  ASoC: topology: Return -ENOMEM on memory allocation failure (2023-02-07 14:06:26 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 5afc7eefe41645259da84898fc55f6f46cb4de47:

  ASoC: SOF: ops: refine parameters order in function snd_sof_dsp_update8 (2023-02-08 11:51:45 +0000)

----------------------------------------------------------------
ASoC: Fix for v6.2

One non-urgent fix for v6.2, this could possibly wait till the
merge window.

----------------------------------------------------------------
Rander Wang (1):
      ASoC: SOF: ops: refine parameters order in function snd_sof_dsp_update8

 sound/soc/sof/ops.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Takashi Iwai Feb. 16, 2023, 1:34 p.m. UTC | #1
On Thu, 16 Feb 2023 14:10:30 +0100,
Mark Brown wrote:
> 
> The following changes since commit c173ee5b2fa6195066674d66d1d7e191010fb1ff:
> 
>   ASoC: topology: Return -ENOMEM on memory allocation failure (2023-02-07 14:06:26 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.2-rc8
> 
> for you to fetch changes up to 5afc7eefe41645259da84898fc55f6f46cb4de47:
> 
>   ASoC: SOF: ops: refine parameters order in function snd_sof_dsp_update8 (2023-02-08 11:51:45 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fix for v6.2
> 
> One non-urgent fix for v6.2, this could possibly wait till the
> merge window.

Thanks, pulled now.

I'll likely postpone this to the early 6.3 PR (that I'll submit in
today or on Saturday in anyway).


Takashi