public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 0/2] Revert "ASoC: amd: yc: add new YC platform variant (0x63) support"
       [not found] <20240312023326.224504-1-me@jwang.link>
@ 2024-03-27 17:56 ` Luca Stefani
  2024-03-27 18:09   ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Luca Stefani @ 2024-03-27 17:56 UTC (permalink / raw)
  To: Jiawei Wang, Mark Brown, Mukunda Vijendar, Sasha Levin
  Cc: linux-sound, stable

Hello everyone,

Can those changes be pulled in stable? They're currently breaking mic 
input on my 21K9CTO1WW, ThinkPad P16s Gen 2, and probably more devices 
in the wild.

Thanks, Luca.

On 12/03/24 03:33, Jiawei Wang wrote:
> Please revert my previous two commits:
>
> ASoC: amd: yc: add new YC platform variant (0x63) support
> [ Upstream commit 316a784839b21b122e1761cdca54677bb19a47fa ]
>
> ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2
> [ Upstream commit ed00a6945dc32462c2d3744a3518d2316da66fcc ]
>
> PCI revision id 0x63 is the Pink Sardine (PS) platform, not Yellow
> Carp (YC). Thanks to Mukunda Vijendar [1] for pointing out that.
>
> The mic on Lenovo 21J2 works after enabling the CONFIG_SND_SOC_AMD_PS
> flag, which I had not enabled when I was writing these patches. 21J2
> does not need to be in this quirk table.
>
> I apologize for the inconvenience caused.
>
> Link: https://lore.kernel.org/linux-sound/023092e1-689c-4b00-b93f-4092c3724fb6@amd.com/ [1]
>
> Signed-off-by: Jiawei Wang <me@jwang.link>
>
> Jiawei Wang (2):
>    Revert "ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2"
>    Revert "ASoC: amd: yc: add new YC platform variant (0x63) support"
>
>   sound/soc/amd/yc/acp6x-mach.c | 7 -------
>   sound/soc/amd/yc/pci-acp6x.c  | 1 -
>   2 files changed, 8 deletions(-)
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/2] Revert "ASoC: amd: yc: add new YC platform variant (0x63) support"
  2024-03-27 17:56 ` [PATCH 0/2] Revert "ASoC: amd: yc: add new YC platform variant (0x63) support" Luca Stefani
@ 2024-03-27 18:09   ` Greg KH
  2024-03-28 10:40     ` Mukunda,Vijendar
  0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2024-03-27 18:09 UTC (permalink / raw)
  To: Luca Stefani
  Cc: Jiawei Wang, Mark Brown, Mukunda Vijendar, Sasha Levin,
	linux-sound, stable

On Wed, Mar 27, 2024 at 06:56:18PM +0100, Luca Stefani wrote:
> Hello everyone,
> 
> Can those changes be pulled in stable? They're currently breaking mic input
> on my 21K9CTO1WW, ThinkPad P16s Gen 2, and probably more devices in the
> wild.


<formletter>

This is not the correct way to submit patches for inclusion in the
stable kernel tree.  Please read:
    https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
for how to do this properly.

</formletter>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/2] Revert "ASoC: amd: yc: add new YC platform variant (0x63) support"
  2024-03-27 18:09   ` Greg KH
@ 2024-03-28 10:40     ` Mukunda,Vijendar
  2024-03-28 11:34       ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Mukunda,Vijendar @ 2024-03-28 10:40 UTC (permalink / raw)
  To: Greg KH, Luca Stefani, Sasha Levin
  Cc: Jiawei Wang, Mark Brown, linux-sound, stable

On 27/03/24 23:39, Greg KH wrote:
> On Wed, Mar 27, 2024 at 06:56:18PM +0100, Luca Stefani wrote:
>> Hello everyone,
>>
>> Can those changes be pulled in stable? They're currently breaking mic input
>> on my 21K9CTO1WW, ThinkPad P16s Gen 2, and probably more devices in the
>> wild.
>
> <formletter>
>
> This is not the correct way to submit patches for inclusion in the
> stable kernel tree.  Please read:
>     https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
> for how to do this properly.
>
> </formletter>
These patches already got merged in V6.9-rc1 release.
Need to be cherry-picked for stable release.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/2] Revert "ASoC: amd: yc: add new YC platform variant (0x63) support"
  2024-03-28 10:40     ` Mukunda,Vijendar
@ 2024-03-28 11:34       ` Greg KH
  2024-03-28 11:57         ` Mukunda,Vijendar
  0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2024-03-28 11:34 UTC (permalink / raw)
  To: Mukunda,Vijendar
  Cc: Luca Stefani, Sasha Levin, Jiawei Wang, Mark Brown, linux-sound,
	stable

On Thu, Mar 28, 2024 at 04:10:38PM +0530, Mukunda,Vijendar wrote:
> On 27/03/24 23:39, Greg KH wrote:
> > On Wed, Mar 27, 2024 at 06:56:18PM +0100, Luca Stefani wrote:
> >> Hello everyone,
> >>
> >> Can those changes be pulled in stable? They're currently breaking mic input
> >> on my 21K9CTO1WW, ThinkPad P16s Gen 2, and probably more devices in the
> >> wild.
> >
> > <formletter>
> >
> > This is not the correct way to submit patches for inclusion in the
> > stable kernel tree.  Please read:
> >     https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
> > for how to do this properly.
> >
> > </formletter>
> These patches already got merged in V6.9-rc1 release.
> Need to be cherry-picked for stable release.
> 

What changes exactly?  I do not see any git ids here.

confused,

greg k-h

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/2] Revert "ASoC: amd: yc: add new YC platform variant (0x63) support"
  2024-03-28 11:34       ` Greg KH
@ 2024-03-28 11:57         ` Mukunda,Vijendar
  2024-03-29  9:30           ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Mukunda,Vijendar @ 2024-03-28 11:57 UTC (permalink / raw)
  To: Greg KH
  Cc: Luca Stefani, Sasha Levin, Jiawei Wang, Mark Brown, linux-sound,
	stable

On 28/03/24 17:04, Greg KH wrote:
> On Thu, Mar 28, 2024 at 04:10:38PM +0530, Mukunda,Vijendar wrote:
>> On 27/03/24 23:39, Greg KH wrote:
>>> On Wed, Mar 27, 2024 at 06:56:18PM +0100, Luca Stefani wrote:
>>>> Hello everyone,
>>>>
>>>> Can those changes be pulled in stable? They're currently breaking mic input
>>>> on my 21K9CTO1WW, ThinkPad P16s Gen 2, and probably more devices in the
>>>> wild.
>>> <formletter>
>>>
>>> This is not the correct way to submit patches for inclusion in the
>>> stable kernel tree.  Please read:
>>>     https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
>>> for how to do this properly.
>>>
>>> </formletter>
>> These patches already got merged in V6.9-rc1 release.
>> Need to be cherry-picked for stable release.
>>
> What changes exactly?  I do not see any git ids here.
>
> confused,
>
> greg k-h

Below are the commits.

37bee1855d0e ASoC: amd: yc: Revert "add new YC platform variant (0x63) support"
861b3415e4de ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo 21J2"



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/2] Revert "ASoC: amd: yc: add new YC platform variant (0x63) support"
  2024-03-28 11:57         ` Mukunda,Vijendar
@ 2024-03-29  9:30           ` Greg KH
  0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2024-03-29  9:30 UTC (permalink / raw)
  To: Mukunda,Vijendar
  Cc: Luca Stefani, Sasha Levin, Jiawei Wang, Mark Brown, linux-sound,
	stable

On Thu, Mar 28, 2024 at 05:27:58PM +0530, Mukunda,Vijendar wrote:
> On 28/03/24 17:04, Greg KH wrote:
> > On Thu, Mar 28, 2024 at 04:10:38PM +0530, Mukunda,Vijendar wrote:
> >> On 27/03/24 23:39, Greg KH wrote:
> >>> On Wed, Mar 27, 2024 at 06:56:18PM +0100, Luca Stefani wrote:
> >>>> Hello everyone,
> >>>>
> >>>> Can those changes be pulled in stable? They're currently breaking mic input
> >>>> on my 21K9CTO1WW, ThinkPad P16s Gen 2, and probably more devices in the
> >>>> wild.
> >>> <formletter>
> >>>
> >>> This is not the correct way to submit patches for inclusion in the
> >>> stable kernel tree.  Please read:
> >>>     https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
> >>> for how to do this properly.
> >>>
> >>> </formletter>
> >> These patches already got merged in V6.9-rc1 release.
> >> Need to be cherry-picked for stable release.
> >>
> > What changes exactly?  I do not see any git ids here.
> >
> > confused,
> >
> > greg k-h
> 
> Below are the commits.
> 
> 37bee1855d0e ASoC: amd: yc: Revert "add new YC platform variant (0x63) support"
> 861b3415e4de ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo 21J2"
> 
> 
> 

Already asked for here:
	https://lore.kernel.org/r/1b8a991b-ad82-44e6-a76d-a2f81880d549@gmail.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-03-29  9:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20240312023326.224504-1-me@jwang.link>
2024-03-27 17:56 ` [PATCH 0/2] Revert "ASoC: amd: yc: add new YC platform variant (0x63) support" Luca Stefani
2024-03-27 18:09   ` Greg KH
2024-03-28 10:40     ` Mukunda,Vijendar
2024-03-28 11:34       ` Greg KH
2024-03-28 11:57         ` Mukunda,Vijendar
2024-03-29  9:30           ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox