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

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

Merge "ASoC: msm: Update MUX register configuration for PRI TDM"

parents b10ff614 1ce9a2da
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -2750,14 +2750,6 @@ int msm_tdm_startup(struct snd_pcm_substream *substream)
			return -EINVAL;
		}

		if (pdata->vaddr_gpio_mux_sec_tlmm_ctl) {
			val = ioread32(pdata->vaddr_gpio_mux_sec_tlmm_ctl);
			val = val | 0x00000002;
			iowrite32(val, pdata->vaddr_gpio_mux_sec_tlmm_ctl);
		} else {
			return -EINVAL;
		}

		if (pdata->vaddr_gpio_mux_mic_ctl) {
			val = ioread32(pdata->vaddr_gpio_mux_mic_ctl);
			val = val | 0x00000002;