Merge "ASoC: wcd9335: Initialize variables before use"
This commit is contained in:
commit
4e6f40f24c
1 changed files with 1 additions and 1 deletions
|
@ -4945,7 +4945,7 @@ static int tasha_codec_enable_spline_src(struct snd_soc_codec *codec,
|
|||
int src_num,
|
||||
int event)
|
||||
{
|
||||
u16 src_paired_reg;
|
||||
u16 src_paired_reg = 0;
|
||||
struct tasha_priv *tasha;
|
||||
u16 rx_path_cfg_reg = WCD9335_CDC_RX1_RX_PATH_CFG0;
|
||||
u16 rx_path_ctl_reg = WCD9335_CDC_RX1_RX_PATH_CTL;
|
||||
|
|
Loading…
Add table
Reference in a new issue