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

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

Merge "asoc: Fix check when opening ADM for listen"

parents 17745552 9a27772f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1622,7 +1622,7 @@ static void msm_pcm_routing_process_audio(u16 reg, u16 val, int set)
			path_type = ADM_PATH_PLAYBACK;
	} else {
		session_type = SESSION_TYPE_TX;
		if (passthr_mode != LEGACY_PCM)
		if ((passthr_mode != LEGACY_PCM) && (passthr_mode != LISTEN))
			path_type = ADM_PATH_COMPRESSED_TX;
		else
			path_type = ADM_PATH_LIVE_REC;