[alsa-devel] [PATCH 31/33] ASoC: max98088: use match_string() helper
Andy Shevchenko
andy.shevchenko at gmail.com
Tue May 22 19:23:33 CEST 2018
On Tue, May 22, 2018 at 3:30 PM, Yisheng Xie <xieyisheng1 at huawei.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
More information about the Alsa-devel
mailing list