MLKU-24-8 sound:asoc: change soc_enum array to single enums
authorCosmin-Gabriel Samoila <cosmin.samoila@nxp.com>
Wed, 14 Nov 2018 12:50:26 +0000 (14:50 +0200)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
commit5c6af39f28aca4baefdb73226db7f46d7f16fb5a
tree896e152ecb96ae249515a1715438eb4b98ee7748
parent7e531b50f9723cc6b506014b780b933688b15f66
MLKU-24-8 sound:asoc: change soc_enum array to single enums

It is error prone to use soc_enum array for controls because introducing
new controls must always be done at the end of array or it will add
offset to existing controls.

Signed-off-by: Cosmin-Gabriel Samoila <cosmin.samoila@nxp.com>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
(cherry picked from commit 08004f69efadd4b0631c2759a171811885ac8bbd)
sound/soc/fsl/fsl_micfil.c