ASoC: meson: axg-tdm-formatters: fix sclk inversion
[linux-2.6-microblaze.git] / sound / soc / meson / axg-tdmout.c
index 418ec31..3ceabdd 100644 (file)
@@ -238,7 +238,6 @@ static const struct axg_tdm_formatter_driver axg_tdmout_drv = {
        .regmap_cfg     = &axg_tdmout_regmap_cfg,
        .ops            = &axg_tdmout_ops,
        .quirks         = &(const struct axg_tdm_formatter_hw) {
-               .invert_sclk = true,
                .skew_offset = 1,
        },
 };
@@ -248,7 +247,6 @@ static const struct axg_tdm_formatter_driver g12a_tdmout_drv = {
        .regmap_cfg     = &axg_tdmout_regmap_cfg,
        .ops            = &axg_tdmout_ops,
        .quirks         = &(const struct axg_tdm_formatter_hw) {
-               .invert_sclk = true,
                .skew_offset = 2,
        },
 };
@@ -309,7 +307,6 @@ static const struct axg_tdm_formatter_driver sm1_tdmout_drv = {
        .regmap_cfg     = &axg_tdmout_regmap_cfg,
        .ops            = &axg_tdmout_ops,
        .quirks         = &(const struct axg_tdm_formatter_hw) {
-               .invert_sclk = true,
                .skew_offset = 2,
        },
 };