[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHp75Vesp4BmnLNK4iqw_nG+7_rtgQceqbRdtGCmU46nLSHT3w@mail.gmail.com>
Date: Tue, 22 May 2018 20:23:33 +0300
From: Andy Shevchenko <andy.shevchenko@...il.com>
To: Yisheng Xie <xieyisheng1@...wei.com>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>,
ALSA Development Mailing List <alsa-devel@...a-project.org>
Subject: Re: [PATCH 31/33] ASoC: max98088: use match_string() helper
On Tue, May 22, 2018 at 3:30 PM, Yisheng Xie <xieyisheng1@...wei.com> wrote:
> hmm, you mean something like:
>
> int ret;
>
> ret = match_string(eq_mode_name, ARRAY_SIZE(eq_mode_name), name);
> if (ret < 0) /* Shouldn't happen */
> dev_err(component->dev, "Bad EQ channel name '%s'\n", name);
> return ret;
Yes. (But remove that useless comment).
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists