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