Forráskód Böngészése

asoc: update soc component for soundcard info and irq

NULL component is incorrectly used to create codec entry
and to register wake irqs, which causes issues including MBHC detection.

Change-Id: I2df5bef3b739637c41b9653458161e3facf89dd2
Signed-off-by: Junkai Cai <[email protected]>
Junkai Cai 3 éve
szülő
commit
6b298688f8
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      asoc/waipio.c

+ 2 - 2
asoc/waipio.c

@@ -1418,8 +1418,8 @@ static int msm_rx_tx_codec_init(struct snd_soc_pcm_runtime *rtd)
 		}
 		pdata->codec_root = entry;
 	}
-	lpass_cdc_info_create_codec_entry(pdata->codec_root, component);
-	lpass_cdc_register_wake_irq(component, false);
+	lpass_cdc_info_create_codec_entry(pdata->codec_root, lpass_cdc_component);
+	lpass_cdc_register_wake_irq(lpass_cdc_component, false);
 
 	if (pdata->wcd_disabled)
 		goto done;