Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a69dbed4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "asoc: wcd937x: fix wcd9375 widgets override issue"

parents 254a9b9d 201911d9
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -1715,12 +1715,7 @@ static int wcd937x_soc_codec_probe(struct snd_soc_codec *codec)
				__func__);
			goto err_hwdep;
		}
		ret = snd_soc_dapm_new_widgets(dapm->card);
		if (ret < 0) {
			dev_err(codec->dev, "%s: Failed to add widgets\n",
				__func__);
			goto err_hwdep;
		}
		snd_soc_dapm_sync(dapm);
	}
	wcd937x->version = WCD937X_VERSION_1_0;
	return ret;