cval->idx_off = idx_off;
 
        /* get_min_max() is called only for integer volumes later,
-        * so provide a short-cut for booleans */
+        * so provide a short-cut for booleans
+        */
        cval->min = 0;
        cval->max = 1;
        cval->res = 0;
                                         struct snd_kcontrol *kctl)
 {
        /* Approximation using 10 ranges based on output measurement on hw v1.2.
-        * This seems close to the cubic mapping e.g. alsamixer uses. */
+        * This seems close to the cubic mapping e.g. alsamixer uses.
+        */
        static const DECLARE_TLV_DB_RANGE(scale,
                 0,  1, TLV_DB_MINMAX_ITEM(-5300, -4970),
                 2,  5, TLV_DB_MINMAX_ITEM(-4710, -4160),