asoc: codecs: bolero: leave frame sync to default value

Frame sync of bolero macros need to be at 4KHz default
value.

Change-Id: Ia5399a3c4bee7e0f74115e5ffcb1ed51cbd07639
Signed-off-by: Karthikeyan Mani <kmani@codeaurora.org>
This commit is contained in:
Karthikeyan Mani 2019-02-26 13:16:12 -08:00 committed by Gerrit - the friendly Code Review server
parent a60b408c5a
commit 2797084510
2 changed files with 0 additions and 6 deletions

View File

@ -1456,9 +1456,6 @@ static int tx_macro_swrm_clock(void *handle, bool enable)
BOLERO_CDC_TX_CLK_RST_CTRL_SWR_CONTROL,
0x02, 0x00);
tx_priv->reset_swr = false;
regmap_update_bits(regmap,
BOLERO_CDC_TX_CLK_RST_CTRL_SWR_CONTROL,
0x1C, 0x0C);
msm_cdc_pinctrl_select_active_state(
tx_priv->tx_swr_gpio_p);
}

View File

@ -2589,9 +2589,6 @@ static int wsa_swrm_clock(void *handle, bool enable)
BOLERO_CDC_WSA_CLK_RST_CTRL_SWR_CONTROL,
0x02, 0x00);
wsa_priv->reset_swr = false;
regmap_update_bits(regmap,
BOLERO_CDC_WSA_CLK_RST_CTRL_SWR_CONTROL,
0x1C, 0x0C);
msm_cdc_pinctrl_select_active_state(
wsa_priv->wsa_swr_gpio_p);
}