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

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

Merge "soc: qcom: bam_dmux: Add SPS_BAM_OPT_IRQ_NO_SUSPEND Flag"

parents 694d9771 106b98be
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
/* Copyright (c) 2011-2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2011-2016, 2018, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * it under the terms of the GNU General Public License version 2 and
@@ -2305,7 +2305,9 @@ static int bam_init(void)
	a2_props.virt_addr = a2_virt_addr;
	a2_props.virt_addr = a2_virt_addr;
	a2_props.virt_size = a2_phys_size;
	a2_props.virt_size = a2_phys_size;
	a2_props.irq = a2_bam_irq;
	a2_props.irq = a2_bam_irq;
	a2_props.options = SPS_BAM_OPT_IRQ_WAKEUP | SPS_BAM_HOLD_MEM;
	a2_props.options = SPS_BAM_OPT_IRQ_WAKEUP
				| SPS_BAM_HOLD_MEM
				| SPS_BAM_OPT_IRQ_NO_SUSPEND;
	a2_props.num_pipes = A2_NUM_PIPES;
	a2_props.num_pipes = A2_NUM_PIPES;
	a2_props.summing_threshold = A2_SUMMING_THRESHOLD;
	a2_props.summing_threshold = A2_SUMMING_THRESHOLD;
	a2_props.constrained_logging = true;
	a2_props.constrained_logging = true;