From: Takashi Iwai <tiwai@suse.de>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
Shenghao Ding <shenghao-ding@ti.com>,
robh+dt@kernel.org, lgirdwood@gmail.com, perex@perex.cz,
kevin-lu@ti.com, 13916275206@139.com,
alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
liam.r.girdwood@intel.com, mengdong.lin@intel.com,
baojun.xu@ti.com, thomas.gfeller@q-drop.com, peeyush@ti.com,
navada@ti.com, broonie@kernel.org, gentuser@gmail.com
Subject: Re: [PATCH v3 2/2] ALSA: hda/tas2781: Add tas2781 HDA driver
Date: Mon, 21 Aug 2023 11:14:59 +0200 [thread overview]
Message-ID: <87jzto92p8.wl-tiwai@suse.de> (raw)
In-Reply-To: <ZOMpDEZoF8ZK7vU0@smile.fi.intel.com>
On Mon, 21 Aug 2023 11:06:20 +0200,
Andy Shevchenko wrote:
>
> On Sun, Aug 20, 2023 at 11:16:08AM +0200, Takashi Iwai wrote:
> > On Fri, 18 Aug 2023 19:01:16 +0200,
> > Andy Shevchenko wrote:
> > > On Fri, Aug 18, 2023 at 11:00:34AM -0500, Pierre-Louis Bossart wrote:
>
> ...
>
> > > > > +static void tas2781_fixup_i2c(struct hda_codec *cdc,
> > > > > + const struct hda_fixup *fix, int action)
> > > > > +{
> > > > > + tas2781_generic_fixup(cdc, action, "i2c", "TIAS2781");
> > > >
> > > > TI ACPI ID is TXNW
> > > >
> > > > https://uefi.org/ACPI_ID_List?search=TEXAS
> > > >
> > > > There's also a PNP ID PXN
> > > >
> > > > https://uefi.org/PNP_ID_List?search=TEXAS
> > > >
> > > > "TIAS" looks like an invented identifier. It's not uncommon but should
> > > > be recorded with a comment if I am not mistaken.
> > > >
> > > > > +}
> > >
> > > Thank you, but actually it's a strong NAK to this even with the comment.
> > > We have to teach people to follow the specification (may be even hard way).
> > >
> > > So where did you get the ill-formed ACPI ID?
> > > Is Texas Instrument aware of this?
> > > Can we have a confirmation letter from TI for this ID, please?
> >
> > This is used already for products that have been long in the market,
> > so it's way too late to correct it, I'm afraid.
> >
> > What we can do is to get the confirmation from TI, complain it, and
> > some verbose comment in the code, indeed.
>
> Oh, no! Who made that ID, I really want to point that at their faces.
> Look at the Coreboot (successful) case, they created something, but
> in time asked and then actually fixed the ill-formed ID (that was for
> one of RTC chips).
>
> For this, please make sure that commit message has that summary, explaining that
> - states that ID is ill-formed
> - states that there are products with it (DSDT excerpt is a must)
> - lists (a few?) products where that ID is used
> - ideally explains who invented that and Cc them to the patch, so they will
> know they made a big mistake
Sure, we should complain further and ask them that such a problem
won't happen again. I'm 100% for it.
But the fact is that lots of machines have been already shipped with
this ID since long time ago, and 99.99% of them have been running on
Windows. Hence I expect that the chance to get a corrected ID is very
very low, and waiting for the support on Linux until the correction of
ID actually happens makes little sense; that's my point.
Takashi
next prev parent reply other threads:[~2023-08-21 9:15 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-18 8:55 [PATCH v3 1/2] ALSA: hda/tas2781: Add tas2781 HDA driver Shenghao Ding
2023-08-18 8:55 ` [PATCH v3 2/2] " Shenghao Ding
2023-08-18 16:00 ` Pierre-Louis Bossart
2023-08-18 17:01 ` Andy Shevchenko
2023-08-20 9:16 ` Takashi Iwai
2023-08-21 9:06 ` Andy Shevchenko
2023-08-21 9:14 ` Takashi Iwai [this message]
2023-08-21 9:26 ` Andy Shevchenko
2023-08-18 16:30 ` [PATCH v3 1/2] " Pierre-Louis Bossart
2023-08-20 9:35 ` Takashi Iwai
2023-08-21 14:43 ` Pierre-Louis Bossart
2023-08-21 14:57 ` Takashi Iwai
2023-08-21 15:04 ` Pierre-Louis Bossart
-- strict thread matches above, loose matches on Subject: below --
2023-08-17 8:26 Shenghao Ding
2023-08-17 8:26 ` [PATCH v3 2/2] " Shenghao Ding
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87jzto92p8.wl-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=13916275206@139.com \
--cc=alsa-devel@alsa-project.org \
--cc=andriy.shevchenko@linux.intel.com \
--cc=baojun.xu@ti.com \
--cc=broonie@kernel.org \
--cc=gentuser@gmail.com \
--cc=kevin-lu@ti.com \
--cc=lgirdwood@gmail.com \
--cc=liam.r.girdwood@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mengdong.lin@intel.com \
--cc=navada@ti.com \
--cc=peeyush@ti.com \
--cc=perex@perex.cz \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=robh+dt@kernel.org \
--cc=shenghao-ding@ti.com \
--cc=thomas.gfeller@q-drop.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox