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

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

Merge "asoc: refine the probe for loopback devices"

parents 94a768cf 04337345
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -198,8 +198,8 @@ static struct snd_kcontrol_new msm_loopback_controls[] = {

static int msm_pcm_loopback_probe(struct snd_soc_component *component)
{
	if (of_property_read_bool(component->dev->of_node,
				  "qcom,msm-pcm-loopback")) {
	if (!of_property_read_bool(component->dev->of_node,
				   "qcom,msm-pcm-loopback-low-latency")) {
		snd_soc_add_component_controls(component, msm_loopback_controls,
					       ARRAY_SIZE(msm_loopback_controls));
	}