On Tue, Feb 16, 2016 at 05:33:28PM +0000, Srinivas Kandagatla wrote: > +static const char * const msm8x16_wcd_spk_boost_ctrl_text[] = { > + "DISABLE", "ENABLE"}; On/off switches should be presented to usersrpace as on/off switches with "Switch" at the end of their name not as SHOUTING enums. The indentation and brace placement are also weird here. I'm going to stop reviewing at this point. It really feels like this code could benefit from taking a look at some modern CODEC drivers and following the ways they do things, there appear to be a lot of these issues throughout the series.