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

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

Merge "msm: soundrecorder: Add support for pause/resume in HW AAC mode"

parents 3fff8c83 b3af017d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -99,7 +99,7 @@ int audio_in_enable(struct q6audio_in *audio)
int audio_in_disable(struct q6audio_in  *audio)
int audio_in_disable(struct q6audio_in  *audio)
{
{
	int rc = 0;
	int rc = 0;
	if (audio->opened) {
	if (!audio->stopped) {
		audio->enabled = 0;
		audio->enabled = 0;
		audio->opened = 0;
		audio->opened = 0;
		pr_debug("%s:session id %d: inbytes[%d] insamples[%d]\n",
		pr_debug("%s:session id %d: inbytes[%d] insamples[%d]\n",