Browse Source

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

Linux Build Service Account 3 năm trước cách đây
mục cha
commit
ffb2dac19d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      asoc/codecs/wsa883x/wsa883x.c

+ 1 - 1
asoc/codecs/wsa883x/wsa883x.c

@@ -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));