[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8ea245ed-eac9-1cd5-31bd-150a06378872@kernel.org>
Date: Wed, 6 Apr 2022 09:29:10 +0200
From: Jiri Slaby <jirislaby@...nel.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-kernel@...r.kernel.org
Cc: stable@...r.kernel.org, torvalds@...ux-foundation.org,
akpm@...ux-foundation.org, linux@...ck-us.net, shuah@...nel.org,
patches@...nelci.org, lkft-triage@...ts.linaro.org, pavel@...x.de,
jonathanh@...dia.com, f.fainelli@...il.com,
sudipm.mukherjee@...il.com, slade@...dewatkins.com
Subject: Re: [PATCH 5.17 0000/1126] 5.17.2-rc1 review
On 05. 04. 22, 9:12, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.17.2 release.
> There are 1126 patches in this series, all will be posted as a response
> to this one. If anyone has any issues with these being applied, please
> let me know.
...
> Pierre-Louis Bossart <pierre-louis.bossart@...ux.intel.com>
> ASoC: Intel: sof_es8336: use NHLT information to set dmic and SSP
Fails to build w/ suse x86_64 default config [1] (and x86_32 too):
> sound/soc/intel/boards/sof_es8336.c: In function ‘sof_es8336_probe’:
> sound/soc/intel/boards/sof_es8336.c:482:32: error: ‘struct
snd_soc_acpi_mach_params’ has no member named ‘i2s_link_mask’; did you
mean ‘link_mask’?
> 482 | if (!mach->mach_params.i2s_link_mask) {
> | ^~~~~~~~~~~~~
> | link_mask
> sound/soc/intel/boards/sof_es8336.c:494:39: error: ‘struct
snd_soc_acpi_mach_params’ has no member named ‘i2s_link_mask’; did you
mean ‘link_mask’?
> 494 | if (mach->mach_params.i2s_link_mask & BIT(2))
> | ^~~~~~~~~~~~~
> | link_mask
> sound/soc/intel/boards/sof_es8336.c:496:44: error: ‘struct
snd_soc_acpi_mach_params’ has no member named ‘i2s_link_mask’; did you
mean ‘link_mask’?
> 496 | else if (mach->mach_params.i2s_link_mask &
BIT(1))
> | ^~~~~~~~~~~~~
> | link_mask
> sound/soc/intel/boards/sof_es8336.c:498:45: error: ‘struct
snd_soc_acpi_mach_params’ has no member named ‘i2s_link_mask’; did you
mean ‘link_mask’?
> 498 | else if (mach->mach_params.i2s_link_mask &
BIT(0))
> | ^~~~~~~~~~~~~
> | link_mask
So 679aa83a0fb70dcbf9e97c is missing -- but likely more is needed.
[1]
https://raw.githubusercontent.com/SUSE/kernel-source/stable/config/x86_64/default
regards,
--
js
suse labs
Powered by blists - more mailing lists