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

Commit 493b848e 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: remove event_abort and enabled flags from RESET_EVENTS callback"

parents 7f9ffa5a c4c2772f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -108,9 +108,7 @@ void audio_aio_cb(uint32_t opcode, uint32_t token,
		break;
	case RESET_EVENTS:
		pr_debug("%s: Received opcode:0x%x\n", __func__, opcode);
		audio->event_abort = 1;
		audio->stopped = 1;
		audio->enabled = 0;
		wake_up(&audio->event_wait);
		break;
	default: