Re: [PATCH 1/2] ASoC: Intel: maxim-common: get codec number from ACPI

From: Liao, Bard
Date: Wed Jul 26 2023 - 23:21:56 EST



On 7/27/2023 10:14 AM, Lu, Brent wrote:

max_98390_components[] and max_98390_4spk_components[] are still used

by sof_rt5682.c, we should remove them in the same patch.

Maybe combine the 2 patches together?


I've got your point but these two patches are doing two things: one is refactor the
code and add a detection feature, the other one is removing the quirk. Not sure if
it's proper to merge them.

The point is that if you remove them and they are still used somewhere,

you will break the build. i.e. Kernel will not compile if we apply the

first patch only.


Regards,
Brent