Merge "ASoc: wcd9335: Ignore mbhc get impedance error"
This commit is contained in:
commit
0a97d6bb23
1 changed files with 3 additions and 1 deletions
|
@ -4596,9 +4596,11 @@ static int tasha_codec_hphl_dac_event(struct snd_soc_dapm_widget *w,
|
|||
if (!ret) {
|
||||
wcd_clsh_imped_config(codec, impedl, false);
|
||||
set_bit(CLASSH_CONFIG, &tasha->status_mask);
|
||||
} else
|
||||
} else {
|
||||
dev_dbg(codec->dev, "%s: Failed to get mbhc impedance %d\n",
|
||||
__func__, ret);
|
||||
ret = 0;
|
||||
}
|
||||
|
||||
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue