Bladeren bron

asoc: update init func for rxtx-rx1 virt dailink

The init func of rxtx-rx1 virt dailink should
be same with rxtx-rx1 dailink.

Change-Id: I62008bfb742d6c6b818b1b4dbce6d521229d0369
Signed-off-by: Faiz Kuchay <[email protected]>
(cherry picked from commit a1e8d2ab44e592b76bfa1b2e479982af58d75fd0)
Faiz Kuchay 7 maanden geleden
bovenliggende
commit
c5fccc6420
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      asoc/pineapple.c

+ 1 - 1
asoc/pineapple.c

@@ -1004,7 +1004,7 @@ static struct snd_soc_dai_link msm_rx_tx_cdc_dma_be_dai_links[] = {
 		.ignore_suspend = 1,
 		.ops = &msm_common_be_ops,
 		SND_SOC_DAILINK_REG(rx_dma_rx1),
-		.init = &msm_rx_tx_codec_init,
+		.init = &msm_int_wsa881x_init,
 	},
 };