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

Commit edc7d136 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "asoc: codecs: register notifier for all bolero codec variants"

parents c0692e78 c9431f11
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1049,10 +1049,9 @@ static void bolero_add_child_devices(struct work_struct *work)
		pdev->dev.parent = priv->dev;
		pdev->dev.of_node = node;

		if (split_codec) {
		priv->dev->platform_data = platdata;
		if (split_codec)
			priv->wcd_dev = &pdev->dev;
		}

		ret = platform_device_add(pdev);
		if (ret) {