Re: [PATCH v1 1/1] ALSA: hda/realtek: Sort alphanumerically the HDA_CODEC_ENTRY() entries.

From: Takashi Iwai
Date: Thu Mar 11 2021 - 08:35:13 EST


On Thu, 11 Mar 2021 14:27:48 +0100,
Andy Shevchenko wrote:
>
> Sort alphanumerically the HDA_CODEC_ENTRY() entries for better maintenance.
> No functional change implied.
>
> Note, that HDA_CODEC_REV_ENTRY() goes after HDA_CODEC_ENTRY() as per
> default value in the latter macro.

This breaks the matching rule. Please put the HDA_CODEC_REV_ENTRY()
before the HDA_CODEC_ENTRY().


Takashi