Merge "ASoC: codecs: fix a typo of dapm string concatenate"

This commit is contained in:
Linux Build Service Account
2021-05-02 22:55:39 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -1359,7 +1359,7 @@ static int wsa883x_codec_probe(struct snd_soc_component *component)
memset(w_name, 0, sizeof(w_name));
strlcpy(w_name, component->name_prefix, sizeof(w_name));
strlcat(w_name, " SWR DAC_PORT", sizeof(w_name));
strlcat(w_name, " SWR DAC_Port", sizeof(w_name));
snd_soc_dapm_ignore_suspend(dapm, w_name);
memset(w_name, 0, sizeof(w_name));