Glad to answer your question > -----Original Message----- > From: Takashi Iwai <tiwai@xxxxxxx> > Sent: Wednesday, September 3, 2025 3:21 PM > To: Ding, Shenghao <shenghao-ding@xxxxxx> > Cc: broonie@xxxxxxxxxx; andriy.shevchenko@xxxxxxxxxxxxxxx; > 13564923607@xxxxxxx; 13916275206@xxxxxxx; alsa-devel@alsa- > project.org; linux-kernel@xxxxxxxxxxxxxxx; Xu, Baojun <baojun.xu@xxxxxx>; > Baojun.Xu@xxxxxxx > Subject: [EXTERNAL] Re: [PATCH v2] ALSA: hda/tas2781: Fix the order of > TAS2781 calibrated-data > ......................... > ZjQcmQRYFpfptBannerEnd > On Wed, 03 Sep 2025 06:13:51 +0200, > Shenghao Ding wrote: > > > > A bug reported by one of my customers that the order of TAS2781 > > calibrated-data is incorrect, the correct way is to move R0_Low and > > insert it between R0 and InvR0. > > > > Fixes: 4fe238513407 ("ALSA: hda/tas2781: Move and unified the > > calibrated-data getting function for SPI and I2C into the tas2781_hda > > lib") > > Signed-off-by: Shenghao Ding <shenghao-ding@xxxxxx> > > > > --- > > v2: > > - Submit to sound branch maintianed by Tiwai instead of linux-next > > branch > > - drop other fix > > You haven't answered to my previous question at all. > > Is the issue you're trying to fix something different from what Gergo already > fixed in commit d5f8458e34a331e5b228de142145e62ac5bfda34 > (which was already merged to Linus tree). Yes, this patch is to fix TAS2781. Gergo fixed TAS2563 > > > Takashi