ASoC: max98088: use match_string() helper
authorXie Yisheng <[email protected]>
Thu, 31 May 2018 11:11:21 +0000 (19:11 +0800)
committerMark Brown <[email protected]>
Thu, 31 May 2018 16:06:51 +0000 (17:06 +0100)
commit3470631510fa383feac5969b436499ca9bad03b8
treee23e99cd111cc4429258305e06a4e2e26fb000ae
parent64484ccee7af53f08cca2ee3853cb8e18914d8b2
ASoC: max98088: 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 <[email protected]>
Cc: Mark Brown <[email protected]>
Cc: Jaroslav Kysela <[email protected]>
Cc: Takashi Iwai <[email protected]>
Cc: [email protected]
Signed-off-by: Yisheng Xie <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/codecs/max98088.c