[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2ae5e8ef-76cb-8335-e250-64b0246175f3@linux.intel.com>
Date: Thu, 7 Oct 2021 12:27:13 -0500
From: Pierre-Louis Bossart <pierre-louis.bossart@...ux.intel.com>
To: Cezary Rojewski <cezary.rojewski@...el.com>,
Brent Lu <brent.lu@...el.com>, alsa-devel@...a-project.org
Cc: Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>,
Jie Yang <yang.jie@...ux.intel.com>,
Kai Vehmanen <kai.vehmanen@...ux.intel.com>,
Guennadi Liakhovetski <guennadi.liakhovetski@...ux.intel.com>,
Yong Zhi <yong.zhi@...el.com>,
Vamshi Krishna Gopal <vamshi.krishna.gopal@...el.com>,
linux-kernel@...r.kernel.org, Rander Wang <rander.wang@...el.com>,
Bard Liao <bard.liao@...el.com>,
Malik_Hsu <malik_hsu@...tron.corp-partner.google.com>,
Libin Yang <libin.yang@...el.com>,
Hans de Goede <hdegoede@...hat.com>,
Charles Keepax <ckeepax@...nsource.cirrus.com>,
Paul Olaru <paul.olaru@....nxp.com>,
Curtis Malainey <cujomalainey@...omium.org>,
Mac Chiang <mac.chiang@...el.com>,
Gongjun Song <gongjun.song@...el.com>
Subject: Re: [PATCH v2 1/3] ASoC: soc-acpi: add comp_ids field for machine
driver matching
>> struct snd_soc_acpi_mach *
>> snd_soc_acpi_find_machine(struct snd_soc_acpi_mach *machines)
>> {
>> struct snd_soc_acpi_mach *mach;
>> struct snd_soc_acpi_mach *mach_alt;
>> - for (mach = machines; mach->id[0]; mach++) {
>> - if (acpi_dev_present(mach->id, NULL, -1)) {
>> + for (mach = machines; mach->id[0] || mach->comp_ids; mach++) {
>
> Such loops are hard to maintain i.e. 'comp_ids' acts here like a flex
> array that follows 'id'. Removal of 'id' field and streamlining code to
> only use 'comp_ids' should make this loop more intuitive.
Changing all the tables adds more noise IMHO. There are 15 files and
about 100 ids.
This patch provides an opportunity to reduce duplication, that's good,
but let's leave all the existing unique table entries alone, shall we?
Powered by blists - more mailing lists