[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CO1PR11MB5089212BFBF03F82AE41E34C92F69@CO1PR11MB5089.namprd11.prod.outlook.com>
Date: Mon, 9 Aug 2021 00:57:48 +0000
From: Steve Lee <SteveS.Lee@...imintegrated.com>
To: Mark Brown <broonie@...nel.org>
CC: "lgirdwood@...il.com" <lgirdwood@...il.com>,
"perex@...ex.cz" <perex@...ex.cz>,
"tiwai@...e.com" <tiwai@...e.com>,
"ckeepax@...nsource.cirrus.com" <ckeepax@...nsource.cirrus.com>,
"geert@...ux-m68k.org" <geert@...ux-m68k.org>,
"rf@...nsource.wolfsonmicro.com" <rf@...nsource.wolfsonmicro.com>,
"shumingf@...ltek.com" <shumingf@...ltek.com>,
"srinivas.kandagatla@...aro.org" <srinivas.kandagatla@...aro.org>,
"krzk@...nel.org" <krzk@...nel.org>,
"dmurphy@...com" <dmurphy@...com>,
"jack.yu@...ltek.com" <jack.yu@...ltek.com>,
"nuno.sa@...log.com" <nuno.sa@...log.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"alsa-devel@...a-project.org" <alsa-devel@...a-project.org>,
"ryan.lee.maxim@...il.com" <ryan.lee.maxim@...il.com>,
"steves.lee.maxim@...il.com" <steves.lee.maxim@...il.com>
Subject: RE: [EXTERNAL] Re: [PATCH] ASoC: max98390: Add support change dsm
param name
On Fri, Aug 06, 2021 at 05:08:34PM +0900, Steve Lee wrote:
>
> > ret = request_firmware(&fw, filename, component->dev);
> > if (ret) {
> > - ret = request_firmware(&fw, "dsm_param.bin", component-
> >dev);
> > + ret = request_firmware(&fw, "dsmparam.bin", component-
> >dev);
>
> This will break anything using dsm_param.bin as the default - why make the
> change?
I'd like to make that as same name with other using SoF project line.
This originally production default is "dsm_param_%s_%s.bin with vendor and product name".
Powered by blists - more mailing lists