]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: max98095: use match_string() helper
authorXie Yisheng <xieyisheng1@huawei.com>
Thu, 31 May 2018 11:11:22 +0000 (19:11 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 31 May 2018 16:07:03 +0000 (17:07 +0100)
commit1567062f17284637519d004ecc5d7ea0d6c754c3
treed20f534e2cf08ae2736edc73e2cc343e95533443
parent3470631510fa383feac5969b436499ca9bad03b8
ASoC: max98095: use match_string() helper

match_string() returns the index of an array for a matching string,
which can be used instead of open coded variant.

Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Takashi Iwai <tiwai@suse.com>
Cc: alsa-devel@alsa-project.org
Signed-off-by: Yisheng Xie <xieyisheng1@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98095.c