.mode                   = 0, /* Bypass */
        .rms_off                = 48,
        .peak_rms_mode          = 1, /* PEAK */
-       .fliter_structure       = 0, /* All-pass tree */
+       .filter_structure       = 0, /* All-pass tree */
        .shift_ctrl             = 30,
        .frame_size             = 32,
        .channel_mask           = 0x3,
 
        regmap_update_bits(ope->mbdrc_regmap, TEGRA210_MBDRC_CFG,
                TEGRA210_MBDRC_CFG_FILTER_STRUCTURE_MASK,
-               conf->fliter_structure <<
+               conf->filter_structure <<
                TEGRA210_MBDRC_CFG_FILTER_STRUCTURE_SHIFT);
 
        regmap_update_bits(ope->mbdrc_regmap, TEGRA210_MBDRC_CFG,
 
        unsigned int mode;
        unsigned int rms_off;
        unsigned int peak_rms_mode;
-       unsigned int fliter_structure;
+       unsigned int filter_structure;
        unsigned int shift_ctrl;
        unsigned int frame_size;
        unsigned int channel_mask;