RE: [PATCH v6 2/2] ASoC: rt715:add micmute led state control supports

2021-04-12 Thread Yuan, Perry
m; Limonciello, Mario; > lgirdw...@gmail.com; alsa-de...@alsa-project.org; linux- > ker...@vger.kernel.org; platform-driver-...@vger.kernel.org; > mario.limoncie...@outlook.com; Dell Client Kernel > Subject: Re: [PATCH v6 2/2] ASoC: rt715:add micmute led state control > supports > >

Re: [PATCH v6 2/2] ASoC: rt715:add micmute led state control supports

2021-04-07 Thread Mark Brown
On Sun, Apr 04, 2021 at 04:31:59PM +0800, Perry Yuan wrote: > +static bool micmute_led_set; > +static int dmi_matched(const struct dmi_system_id *dmi) > +{ > + micmute_led_set = 1; > + return 1; > +} This isn't how we usually record DMI quirks, usually we'd query once on probe and store