mbox series

[GIT,PULL] ASoC fixes for v5.18-rc7

Message ID 20220520160154.D171FC385A9@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] ASoC fixes for v5.18-rc7 | expand

Pull-request

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

Message

Mark Brown May 20, 2022, 4:01 p.m. UTC
The following changes since commit 5e02fb590e83684f63217f93a9cdeabd6a925f9c:

  ASoC: cs35l41: Fix DSP mbox start command and global enable order (2022-03-07 13:12:38 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 353bb6a5f2ac495f289b7c7a528c7d134c9a8ec4:

  ASoC: wm_adsp: Compressed stream DSP memory structs should be __packed (2022-03-09 17:50:26 +0000)

----------------------------------------------------------------
ASoC: Fix for v5.17

This is rather late and at this point I'm expecting it to get merged in
the merge window rather than as a fix but if we get a -rc8 it's a small,
driver specific fix which should be fine to send.

----------------------------------------------------------------
Simon Trimmer (1):
      ASoC: wm_adsp: Compressed stream DSP memory structs should be __packed

 sound/soc/codecs/wm_adsp.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Takashi Iwai May 21, 2022, 6:48 a.m. UTC | #1
On Fri, 20 May 2022 18:01:40 +0200,
Mark Brown wrote:
> 
> The following changes since commit 5e02fb590e83684f63217f93a9cdeabd6a925f9c:
> 
>   ASoC: cs35l41: Fix DSP mbox start command and global enable order (2022-03-07 13:12:38 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.18-rc7
> 
> for you to fetch changes up to 353bb6a5f2ac495f289b7c7a528c7d134c9a8ec4:
> 
>   ASoC: wm_adsp: Compressed stream DSP memory structs should be __packed (2022-03-09 17:50:26 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fix for v5.17
> 
> This is rather late and at this point I'm expecting it to get merged in
> the merge window rather than as a fix but if we get a -rc8 it's a small,
> driver specific fix which should be fine to send.
> 
> ----------------------------------------------------------------
> Simon Trimmer (1):
>       ASoC: wm_adsp: Compressed stream DSP memory structs should be __packed

Thanks, pulled now.


Takashi