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

Commit add48d53 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "asoc: msm: change the ifdef for early chime marker"

parents 7c521459 7d17147b
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -31,7 +31,7 @@
#include <dsp/q6audio-v2.h>
#include <dsp/q6audio-v2.h>
#include <dsp/q6core.h>
#include <dsp/q6core.h>
#include <dsp/q6asm-v2.h>
#include <dsp/q6asm-v2.h>
#ifdef CONFIG_MSM_BOOT_TIME_MARKER
#ifdef CONFIG_MSM_BOOT_STATS
#include <soc/qcom/boot_stats.h>
#include <soc/qcom/boot_stats.h>
#endif
#endif


@@ -699,7 +699,7 @@ static int msm_pcm_trigger(struct snd_pcm_substream *substream, int cmd)
	case SNDRV_PCM_TRIGGER_RESUME:
	case SNDRV_PCM_TRIGGER_RESUME:
	case SNDRV_PCM_TRIGGER_PAUSE_RELEASE:
	case SNDRV_PCM_TRIGGER_PAUSE_RELEASE:
		if (first_time) {
		if (first_time) {
#ifdef CONFIG_MSM_BOOT_TIME_MARKER
#ifdef CONFIG_MSM_BOOT_STATS
			place_marker("K - Early chime");
			place_marker("K - Early chime");
#endif
#endif
			first_time = 0;
			first_time = 0;